1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 04:53:13 +02:00

- #0001317 reported by thilo regarding removal of (username) being

appended to topics set by U:Lined servers.
This commit is contained in:
stskeeps
2007-06-15 19:47:26 +00:00
parent 02da9dd0a3
commit f3a2d7f6a4
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -1496,3 +1496,5 @@
- #0003147 reported by vonitsanet, fixed by djGrrr regarding making
spamfilters work in case of /setname
- Added oper CIDR
- #0001317 reported by thilo regarding removal of (username) being
appended to topics set by U:Lined servers.
+2 -3
View File
@@ -224,9 +224,8 @@ long flags = 0; /* cache: membership flags */
chptr->chname, chptr->topic_nick,
chptr->topic_time, chptr->topic);
sendto_channel_butserv(chptr, sptr,
":%s TOPIC %s :%s (%s)", parv[0],
chptr->chname, chptr->topic,
chptr->topic_nick);
":%s TOPIC %s :%s", parv[0],
chptr->chname, chptr->topic);
}
}
else if (((chptr->mode.mode & MODE_TOPICLIMIT) == 0 ||