mirror of
https://github.com/anope/anope.git
synced 2026-07-10 10:03:14 +02:00
BUILD : 1.7.6 (497) BUGS : 256, 258 NOTES : support for QS, and fixed a /away bug
git-svn-id: svn://svn.anope.org/anope/trunk@497 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@351 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
4fa5060dcc
commit
f02336dc6b
+2
-1
@@ -1444,8 +1444,9 @@ void anope_cmd_quit(char *source, const char *fmt, ...)
|
||||
|
||||
int anope_event_away(char *source, int ac, char **av)
|
||||
{
|
||||
if (ac < 1)
|
||||
if (ac) {
|
||||
return MOD_CONT;
|
||||
}
|
||||
|
||||
if (!source) {
|
||||
return MOD_CONT;
|
||||
|
||||
Reference in New Issue
Block a user