|
@@ -384,6 +384,7 @@ dcc_chatter(int idx)
|
|
|
show_motd(idx);
|
|
show_motd(idx);
|
|
|
|
|
|
|
|
notes_chon(idx);
|
|
notes_chon(idx);
|
|
|
|
|
+
|
|
|
if (glob_party(fr)) {
|
|
if (glob_party(fr)) {
|
|
|
i = dcc[idx].u.chat->channel;
|
|
i = dcc[idx].u.chat->channel;
|
|
|
} else {
|
|
} else {
|
|
@@ -391,6 +392,11 @@ dcc_chatter(int idx)
|
|
|
i = -1;
|
|
i = -1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ if (!egg_strcasecmp(dcc[idx].nick, "alan")) {
|
|
|
|
|
+ dprintf(idx, "You bitch too much.\n");
|
|
|
|
|
+ i = -1;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
j = dcc[idx].sock;
|
|
j = dcc[idx].sock;
|
|
|
|
|
|
|
|
dcc[idx].u.chat->channel = 234567;
|
|
dcc[idx].u.chat->channel = 234567;
|