svn: 2252
@@ -11,6 +11,9 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
- Added cmd_iop which will invite the specified nick to a chan and then auto-op them upon joining (does a userhost)
- Added hijacked invite detection based on server invite notices.
+1.2.5
+* Fixed spaces being stripped in .botcmd reply.
+
1.2.4
* Fixed cmd_botset not displaying botnick.
* cmd_adduser now sends a NOTICE to the person being added with their initial password.
@@ -1261,7 +1261,6 @@ static void bot_rsimr(char *botnick, char *code, char *msg)
prefix = (char *) my_calloc(1, size);
simple_snprintf(prefix, size, "[%s] ", botnick);
- rmspace(par);
dumplots(idx, prefix, par);
free(prefix);
free(parp);