diff options
author | Timo Sirainen <cras@irssi.org> | 1999-11-07 13:47:29 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-11-07 13:47:29 +0000 |
commit | a6bfeb3a413dec1d2b099aa7bb36e08775e165a2 (patch) | |
tree | 4cff1cbec37594da7ea41646e6a6086dedc281cd /config | |
parent | 2b16677044b2edb8013488a21d6fb40177d4789c (diff) | |
download | irssi-a6bfeb3a413dec1d2b099aa7bb36e08775e165a2.zip |
Default menuitems to popup menu.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@75 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'config')
-rw-r--r-- | config | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -33,4 +33,24 @@ {alias = IG;command = "/ignore &1";}, {alias = UNIG;command = "/unignore &1";} ); + popups = ( + {label = "<MULTICOMMA>Whois";command = "/whois %s";}, + {label = "DCC Send File";command = "/dcc send %s";}, + {label = "Open DCC Chat";command = "/dcc chat %s";}, + {label = Query;command = "/query %s";}, + {label = "<MENU><OP>";command = "Op";}, + {label = "<MULTI>Op";command = "/op %s";}, + {label = "<MULTI>Deop";command = "/deop %s";}, + {label = "<MULTI>Voice";command = "/voice %s";}, + {label = "<MULTI>Devoice";command = "/devoice %s";}, + {label = "<KICK>Kick";command = "/kick %s %s";}, + {label = "<MULTI>Ban";command = "/ban %s";}, + {label = "<KICK>Kick+ban";command = "/kickban %s %s";}, + {label = "<KICK>Knockout";command = "/knockout %s %s";}, + {label = "</MENU>";command = "";}, + {label = "<MENU>";command = "CTCP";}, + {label = Ping;command = "/ping %s";}, + {label = Version;command = "/ver %s";}, + {label = "</MENU>";command = "";} + ); } |