Difference between revisions of "Nicklist menu"
(menu defaults/examples/avail. vars) |
m (typo) |
||
Line 1: | Line 1: | ||
− | Menu entries allow executing predefined actions (similar to an [[ | + | Menu entries allow executing predefined actions (similar to an [[alias]]) when you click on a member of the user list. |
Available variables: | Available variables: |
Revision as of 16:00, 23 January 2009
Menu entries allow executing predefined actions (similar to an alias) when you click on a member of the user list.
Available variables:
- $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 do an /whois on them:
- $host - user host name (partly cloaked)
- $user - user ident
Defaults:
- PM - /query $nick
- Whois - /whois $nick
Built-in items (not editable):
- Kick user - /kick $nick (only if you are op+)
- Ban - /ban *@$host (main client, only if you are op+)
- Ignore - /ignore $nick
Examples:
- give voice - /mode # +v $nick
- chg nick - $nick, please type: /nick newNickHere