1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 14:13:12 +02:00

Fixed /ns set display

This commit is contained in:
Adam
2010-11-29 19:20:26 -05:00
parent ba01e7a3bb
commit 14e396baf7
+1 -1
View File
@@ -131,7 +131,7 @@ class CommandNSSetDisplay : public Command
return MOD_CONT;
}
change_core_display(u->Account(), params[0]);
change_core_display(u->Account(), params[1]);
u->SendMessage(NickServ, NICK_SET_DISPLAY_CHANGED, u->Account()->display.c_str());
return MOD_CONT;
}