summaryrefslogtreecommitdiff
path: root/modules/chanserv/cs_unban.cpp
AgeCommit message (Collapse)Author
2025-04-16Update as many messages as possible for automatic line wrapping.Sadie Powell
2025-04-15Allow unbanning virtual modes, add the !unmute fantasy command.Sadie Powell
2025-04-15Fix a typo in cs_unban.Sadie Powell
2025-04-15Allow clearing other list modes using ClearBans.Sadie Powell
2025-01-14Merge branch '2.0' into 2.1.Sadie Powell
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