aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTom Feist <shabble@cowu.be>2010-08-23 00:22:09 +0000
committerTom Feist <shabble@cowu.be>2010-08-23 00:22:09 +0000
commit3d619726e5d6e0a769ad705c4a4298f6b28aa743 (patch)
tree056e1136d99d0ea32c99f70ed026a47643c63c3b /test
parentmoved some stuff into General, and started to modify buildpod.pl to render a ... (diff)
downloadirssi-scripts-3d619726e5d6e0a769ad705c4a4298f6b28aa743.tar.gz
irssi-scripts-3d619726e5d6e0a769ad705c4a4298f6b28aa743.zip
lots of doc updates
Diffstat (limited to '')
-rw-r--r--test/irssi/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irssi/config b/test/irssi/config
index b06a8a3..fe39032 100644
--- a/test/irssi/config
+++ b/test/irssi/config
@@ -289,5 +289,5 @@ keyboard = (
{ key = "^Z"; id = "command"; data = "echo moo"; },
{ key = "^R"; id = "command"; data = "history_search_start "; },
{ key = "meta-h"; id = "command"; data = "echo moo /echo moo"; },
- { key = "meta-q"; id = "command"; data = " "; }
+ { key = "meta-q"; id = "command"; data = "echo bacons"; }
);