summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/unreal32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unreal32.c b/src/unreal32.c
index d3d92a8b7..471dbf6fe 100644
--- a/src/unreal32.c
+++ b/src/unreal32.c
@@ -1160,13 +1160,13 @@ void anope_cmd_part(char *nick, char *chan, const char *fmt, ...)
}
}
-/* 391 */
+/* 391 RPL_TIME ":%s 391 %s %s :%s" */
void anope_cmd_391(char *source, char *timestr)
{
if (!timestr) {
return;
}
- send_cmd(NULL, "391 :%s %s :%s", source, ServerName, timestr);
+ send_cmd(ServerName, "391 %s %s :%s", source, ServerName, timestr);
}
/* 250 */