From f3f8eae2cd68d8ce2c57f5df58db5833fb659cf5 Mon Sep 17 00:00:00 2001 From: Attila Molnar Date: Sat, 25 Jan 2014 12:28:39 +0100 Subject: Omit the server name internally when building a /STATS reply and prepend it later --- src/commands/cmd_whowas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/cmd_whowas.cpp') diff --git a/src/commands/cmd_whowas.cpp b/src/commands/cmd_whowas.cpp index 6a561907e..0a3a994a8 100644 --- a/src/commands/cmd_whowas.cpp +++ b/src/commands/cmd_whowas.cpp @@ -242,7 +242,7 @@ class ModuleWhoWas : public Module ModResult OnStats(char symbol, User* user, string_list &results) { if (symbol == 'z') - results.push_back(ServerInstance->Config->ServerName+" 249 "+user->nick+" :"+cmd.GetStats()); + results.push_back("249 "+user->nick+" :"+cmd.GetStats()); return MOD_RES_PASSTHRU; } -- cgit v1.3.1-10-gc9f91