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:
@@ -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.
|
||||
|
||||
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user