summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>1999-11-07 13:47:29 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>1999-11-07 13:47:29 +0000
commita6bfeb3a413dec1d2b099aa7bb36e08775e165a2 (patch)
tree4cff1cbec37594da7ea41646e6a6086dedc281cd
parent2b16677044b2edb8013488a21d6fb40177d4789c (diff)
downloadirssi-a6bfeb3a413dec1d2b099aa7bb36e08775e165a2.zip
Default menuitems to popup menu.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@75 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--config20
1 files changed, 20 insertions, 0 deletions
diff --git a/config b/config
index a1c67685..b5faaa5e 100644
--- a/config
+++ b/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 = "";}
+ );
}