Kaynağa Gözat

* Fixed spaces being stripped in .botcmd reply.

svn: 2252
Bryan Drewery 21 yıl önce
ebeveyn
işleme
56b9401273
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 3 0
      doc/UPDATES
  2. 0 1
      src/botcmd.c

+ 3 - 0
doc/UPDATES

@@ -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.

+ 0 - 1
src/botcmd.c

@@ -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);