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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user