Difference between revisions of "Nicklist menu"
(preferences again) |
(→Examples: KB example) |
||
Line 30: | Line 30: | ||
* Ban ident - /mode # +b *!$user@* | * Ban ident - /mode # +b *!$user@* | ||
* QuietBan - /mode # +b ~q:*!*@$host | * QuietBan - /mode # +b ~q:*!*@$host | ||
+ | * KickBan - /mode # +b ~q:*!*@$host | /kick $nick | ||
(do a "Whois" first if the users were in the #ch before you joined) | (do a "Whois" first if the users were in the #ch before you joined) | ||
[[Category:Commands]][[Category:How To]][[Category:IRC]] | [[Category:Commands]][[Category:How To]][[Category:IRC]] |
Revision as of 06:13, 10 June 2011
Contents
Pref(erence)s > User list > User Menus
Entries allow executing predefined actions (similar to an alias) when you click on a member of the user list.
Available variables
- $? - prompt for a string
- $nick - the nickname of the user
- $me - your own nickname
- # (hash/pound) - the channel your are in
Variables available when people join after you or if you have done a /whois on them
- $host - user host name (partly cloaked)
- $user - user ident
Defaults
(first item can be called by double click, too)
- PM - /query $nick
- Whois - /whois $nick
Built-in items (not editable)
- Ban ... - /mode # +b {*@host|ident@*} (only shown if you are op+)
- {Ignore|Unignore} - /{un}ignore $nick
Examples
- give voice - /mode # +v $nick
- chg nick - $nick, please type: /nick newNickHere
- Kick (hop+) - /kick $nick
- Kick [reason] - /kick $nick $?
- Ban Nick - /mode # +b $nick!*@*
- Ban host - /mode # +b *!*@$host
- Ban ident - /mode # +b *!$user@*
- QuietBan - /mode # +b ~q:*!*@$host
- KickBan - /mode # +b ~q:*!*@$host | /kick $nick
(do a "Whois" first if the users were in the #ch before you joined)