Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/irc/darkbot/files/patch-darkbot.c
14238 views
1
--- darkbot.c.orig Tue Oct 28 15:22:21 2003
2
+++ darkbot.c Tue Oct 28 15:22:21 2003
3
@@ -3476,8 +3476,7 @@
4
strlwr (s2);
5
if (*s2 == '~') {
6
S
7
- ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the
8
- topic itself.\n",
9
+ ("PRIVMSG %s :%s, rdb files can only be called from the data of a topic, they cannot be used in the topic itself.\n",
10
target, source);
11
R;
12
}
13
@@ -5026,14 +5025,12 @@
14
#else
15
if (pre_CLIENTS == 0 || pre_CLIENTS == L_CLIENTS) {
16
S
17
- ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users \37(\37%s%% %5d global \2!\2 %3
18
-ld avg\37)\37\1\n",
19
+ ("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",
20
CHAN, NUM_SERV, IRCOPS, L_CLIENTS, tmp,
21
G_USERS, G_USERS / NUM_SERV);}
22
else
23
S
24
- ("PRIVMSG %s :\1ACTION \37(\37%2d servers\37)\37: %2d opers + \2%4d\2 users [\37%c%2d\37] \37(\37%s%% %5d g
25
-lobal \2!\2 %3ld avg\37)\37\1\n",
26
+ ("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",
27
CHAN, NUM_SERV, IRCOPS, L_CLIENTS,
28
Stat[0], pre_CLIENTS, tmp, G_USERS, G_USERS / NUM_SERV);
29
#endif
30
31