issues
search
ElementalAlchemist
/
txircd
Modular IRCd built using Twisted. Made to be extremely customizable.
BSD 3-Clause "New" or "Revised" License
19
stars
5
forks
source link
Services fixes
#83
Closed
Heufneutje
closed
10 years ago
Heufneutje
commented
10 years ago
This PR makes the following fixes:
Fix the first user on a channel still having chanop status by removing all default statuses for registered channels (fixes #68)
Make sure a user's status is high enough to set an autostatus extban and remove their statuses upon logout (fixes #75)
Fix ChanServ not restoring modes upon channel recreation (fixes #81)
Lowercase all NickServ nicknames so they can be matched case insensitively (fixes #82)
This PR makes the following fixes: