![]() |
|
Helpop Extended Bans - Printable Version +- LibraIRC.net Forums (https://librairc.net/forums) +-- Forum: Public Forums (https://librairc.net/forums/forum-47.html) +--- Forum: IRC Discussions (https://librairc.net/forums/forum-57.html) +---- Forum: Services and IRCd Help (https://librairc.net/forums/forum-9.html) +---- Thread: Helpop Extended Bans (/thread-48.html) |
Helpop Extended Bans - immortal - 23-10-2011 Invite ban: A:[nick!user@host] Denies matching users from using /INVITE (for example, if the user is abusing /invite). Code: /mode #channel +b A:Mafia!*@*Caps ban: B:[nick!user@host] Disallows matching users from using ALL CAPS based on the IRCd configuration. Code: /mode #Friends +b B:*!Me@539AC8.727FE3*Color ban: c:[nick!user@host] Blocks messages from matching users if they contain control codes. Code: /mode #channel +b c:*!*@*Helper.OrgCTCP ban: C:[nick!user@host] Blocks CTCPs from matching users. Not to be confused with the ban color code +b c: which blocks mIRC colour codes, this ban will block all CTCP messages. Code: /mode #channel +b C:*!thend@*Channel ban: j:[state][#channel] Matches users in a matching channel. If status is specified as in +#channel, just matches users with at least that access. Code: /mode #channel +b j:#ChatMute/Silence ban: m:[nick!user@host] Blocks messages to the channel from matching users. Code: /mode #channel +b m:*!*@*Chaops.Org ![]() (Wildcards rock eh)Nick ban: N:[nick!user@host] Disallows matching users from changing their nickname while in the channel. Code: /mode #channel +b N:*!God@*Part message ban: p:[nick!user@host] Hides part messages from matching users. Code: /mode #channel +b p:Zeus!God@@*Realname ban: r:[gecos] Matches against gecos (real name field). Spaces should be replaced with _ or wildcards. Code: /mode #channel +b r:*crazy*op*Account ban: R:[account] Matches accounts or registered nicks matching [account]. Code: /mode #channel +b R:immortalimmortal-away is authenticated as immortal could be banned easly with the account as "immortal" no matter what nicks they are using, if they are identified to the account, they will not be able to join. Server ban: s:[server] Bans everyone on the matching servers. Quote:/mode #Chat +b s:irc-p03a.blue.icq.netAnyone on irc-p03a.blue.icq.net will not be able to join #Chat channel. Control codes ban: S:[nick!user@host] Strips control codes from messages matching users. Code: /mode #channel +b S:*!Me@*Kick ban: Q:[nick!user@host] Disallows /KICK from matching users. Code: /mode #channel +b Q:Mafia!*@*Notice ban: T:[nick!user@host] Disallows NOTICEs from matching users to the channel. Code: /mode #channel +b T:Zeus!*@*Re: Helpop Extended Bans - Omar - 27-11-2011 Channel Redirect: [nick!user@host] Redirects the banned user to channel2 when they try to join. Code: /mode #channel +b Mafia!*@*#channel2This mean when Mafia try to join channel he will be redirected to channel2 Normally you get message like this #channel #channel2 You are banned from this channel, so you are automatically transfered to the redirected channel. |