Path: blob/main/irc/darkbot/files/patch-darkbot.c
14238 views
--- darkbot.c.orig Tue Oct 28 15:22:21 20031+++ darkbot.c Tue Oct 28 15:22:21 20032@@ -3476,8 +3476,7 @@3strlwr (s2);4if (*s2 == '~') {5S6- ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the7- topic itself.\n",8+ ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the topic itself.\n",9target, source);10R;11}12@@ -5026,14 +5025,12 @@13#else14if (pre_CLIENTS == 0 || pre_CLIENTS == L_CLIENTS) {15S16- ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users \37(\37%s%% %5d global \2!\2 %317-ld avg\37)\37\1\n",18+ ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users \37(\37%s%% %5d global \2!\2 %3ld avg\37)\37\1\n",19CHAN, NUM_SERV, IRCOPS, L_CLIENTS, tmp,20G_USERS, G_USERS / NUM_SERV);}21else22S23- ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users [\37%c%2d\37] \37(\37%s%% %5d g24-lobal \2!\2 %3ld avg\37)\37\1\n",25+ ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users [\37%c%2d\37] \37(\37%s%% %5d global \2!\2 %3ld avg\37)\37\1\n",26CHAN, NUM_SERV, IRCOPS, L_CLIENTS,27Stat[0], pre_CLIENTS, tmp, G_USERS, G_USERS / NUM_SERV);28#endif293031