diff options
Diffstat (limited to 'src/protocol/unreal31.c')
-rw-r--r-- | src/protocol/unreal31.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/protocol/unreal31.c b/src/protocol/unreal31.c index 8f3b62972..fb1585827 100644 --- a/src/protocol/unreal31.c +++ b/src/protocol/unreal31.c @@ -670,9 +670,9 @@ void unreal_cmd_bot_chan_mode(char *nick, char *chan) void unreal_cmd_351(char *source) { - send_cmd(ServerName, "351 %s Anope-%s %s :%s - %s -- %s", + send_cmd(ServerName, "351 %s Anope-%s %s :%s - %s (%s) -- %s", source, version_number, ServerName, ircd->name, version_flags, - version_build); + EncModule, version_build); } /* QUIT */ |