فهرست منبع

* (eggdrop1.6) Fixed bot not requesting topic after reseting channel.

svn: 2338
Eggheads Development Team (Ported by Bryan) 21 سال پیش
والد
کامیت
e266b4511b
2فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 1 0
      doc/UPDATES
  2. 1 0
      src/mod/irc.mod/irc.c

+ 1 - 0
doc/UPDATES

@@ -15,6 +15,7 @@ Lines prefixed with '-' were disabled before release and are not finished, or ar
 * Forgot 'log_bad = 0;' to fix the '!' showing up for aliases.
 * When a user is removed and is on partyline, they are now booted. (#142)
 * Booting a su'd user now returns the user to their original connection. (Problem when removing +i)
+* (eggdrop1.6) Fixed bot not requesting topic after reseting channel.
 
 1.2.6
 * (REVERTED FROM 1.2.3) Disabled all memory allocations after a segfault (Fixes CPU spinning)

+ 1 - 0
src/mod/irc.mod/irc.c

@@ -1134,6 +1134,7 @@ reset_chan_info(struct chanset_t *chan)
     else
       dprintf(DP_MODE, "WHO %s\n", chan->name);
     /* clear_channel nuked the data...so */
+    dprintf(DP_MODE, "TOPIC %s\n", chan->name);
   }
 }