mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 20:19:02 -04:00
Add return value
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9158 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
8793de7773
commit
e81ba398ab
@ -76,6 +76,7 @@ class ModuleSASL : public Module
|
|||||||
user->WriteServ("906 %s :SASL authentication aborted", user->nick);
|
user->WriteServ("906 %s :SASL authentication aborted", user->nick);
|
||||||
user->Shrink("sasl");
|
user->Shrink("sasl");
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~ModuleSASL()
|
virtual ~ModuleSASL()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user