Reop-Mode

In ircd 2.11.0 the Reop-Mode has been introduced to IRCnet. When a channel becomes opless, one of the users matching the added hostmasks will be opped after a delay.


Like ban, invite and exception  list, the reop list contains hostmasks in format nick!ident@host.


Retrieve the reop list:

MODE #channel R


:irc.example.com 344 nick #channel *!user1@ircnet.com

:irc.example.com 344 nick #channel *!user2@ircnet.com

:irc.example.com 345 nick #channel :End of Channel Reop List


Add reop entries:

MODE #channel +R *!user@ircnet.com

  

Remove reop entries:

MODE #channel -R *!user@ircnet.com

 

When the channel became opless, reop will be enforced after 90 minutes:

:irc.example.com NOTICE #channel :Enforcing channel mode +R (166)

:irc.example.com MODE #channel +o nick 


Hints



© IRCnet.com