1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 21:46:37 +02:00

Return MOD_STOP in various places where the user executing the command had been killed, fixes a crash if a user gets killed for too many invalid passwords

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2885 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Adam-
2010-04-11 00:29:07 +00:00
parent 626afff37d
commit 1e9de0c7f1
7 changed files with 19 additions and 9 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ E IRCDProto *ircdproto;
/**** actions.c ****/
E void kill_user(const std::string &source, const std::string &user, const std::string &reason);
E void bad_password(User *u);
E bool bad_password(User *u);
E void sqline(const std::string &mask, const std::string &reason);
E void common_unban(ChannelInfo *ci, const std::string &nick);