aboutsummaryrefslogtreecommitdiffstats
path: root/test/irssi/config
diff options
context:
space:
mode:
Diffstat (limited to 'test/irssi/config')
-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"; }
);