about summary refs log tree commit diff
path: root/doc/Modes.txt
AgeCommit message (Collapse)Author
2012-01-16Implement user mode 'C': require "same channel" to send messageAlexander Barton
If the target user of a PRIVMSG or NOTICE command has the user mode 'C' set, it is required that both sender and receiver are on the same channel. This prevents private flooding by completely unknown clients.
2011-12-31doc/Modes.txt: document channel mode "r"Alexander Barton
And make clear, that user mode "r" and channel mode "r" are not set by ngIRCd itself but by IRC services.
2011-08-26Added doc/Modes.txt: document modes supported by ngIRCdAlexander Barton