mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
Default menuitems to popup menu.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@75 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2b16677044
commit
a6bfeb3a41
20
config
20
config
@ -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 = "";}
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user