-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_chanserv: Allow ChanServ to invite users.
Adds INVITE command support to ChanServ, so that channel operators can use ChanServ to invite themselves to channels with +i. (GUARD needs to be enabled for this to work if the channel is otherwise empty). Other IRC-related fixes: net_irc: Remove extra data from 433 response. mod_irc_client: Add specific handling for DCC. mod_discord: Fix formatting width in "discord users". mod_chanserv: Add missing syntax for MLOCK. mod_chanserv: Don't print garbage for NULL columns.
- Loading branch information
1 parent
2de063e
commit 065c5ab
Showing
4 changed files
with
81 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters