summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_unban.cpp
AgeCommit message (Collapse)Author
2024-02-27Replace OnChannelUnban with an IRCDProto function.Sadie Powell
This was added for (and is only used for) for unbanning users on UnrealIRCd which is an IRCd protocol function so it should be in IRCDProto.
2024-02-27Simplify several boolean expressions.Sadie Powell
2024-01-24Shuffle modules around a bit.Sadie Powell