Difference between revisions of "Nicklist menu"

From Mibbit Wiki
Jump to: navigation, search
m (Examples)
m (Examples)
 
(14 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==prefs > User list > User Menus==
+
==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.
 
Entries allow executing predefined actions (similar to an [[alias]]) when you click on a member of the user list.
  
 
===Available variables===
 
===Available variables===
 +
* $? - prompt for a string
 
* $nick - the nickname of the user
 
* $nick - the nickname of the user
 
* $me - your own nickname
 
* $me - your own nickname
 
* # (hash/pound) - the channel your are in
 
* # (hash/pound) - the channel your are in
  
===Variables available when people join after you or if you do an /whois on them:===
+
===Variables available when people join after you or if you have done a /whois on them===
 
* $host - user host name (partly cloaked)
 
* $host - user host name (partly cloaked)
* $user - user ident  
+
* $user - user ident
  
 
===Defaults===
 
===Defaults===
 +
(first item can be called by double click, too)
 
* PM - /query $nick
 
* PM - /query $nick
 
* Whois - /whois $nick
 
* Whois - /whois $nick
  
 
===Built-in items (not editable)===
 
===Built-in items (not editable)===
 
+
* Ban ... - /mode # +b {*@host|ident@*} (only shown if you are op+)
* Ignore - /ignore $nick
+
* {Ignore|Unignore} - /{un}ignore $nick
  
 
===Examples===
 
===Examples===
Line 23: Line 25:
 
* chg nick - $nick, please type:  /nick newNickHere
 
* chg nick - $nick, please type:  /nick newNickHere
 
* Kick (hop+) - /kick $nick
 
* Kick (hop+) - /kick $nick
* Ban (hop+) - /mode # +b *!*@$host  
+
* Kick [reason] - /kick $nick $?
 +
* Ban Nick - /mode # +b $nick!*@*
 +
* Ban host - /mode # +b *!*@$host  
 +
* Ban ident - /mode # +b *!$user@*
 
* QuietBan - /mode # +b ~q:*!*@$host  
 
* QuietBan - /mode # +b ~q:*!*@$host  
(do a "Whois" first if the were in the #ch before you joined)
+
* KickBan - /mode # +b *!*@$host | /kick $nick
 +
(do a "Whois" first if the users were in the #ch before you joined)
 +
[[Category:Commands]][[Category:How To]][[Category:IRC]]

Latest revision as of 21:27, 23 November 2011

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 *!*@$host | /kick $nick

(do a "Whois" first if the users were in the #ch before you joined)