diff options
author | Tom Feist <shabble@cowu.be> | 2010-08-23 00:22:09 +0000 |
---|---|---|
committer | Tom Feist <shabble@cowu.be> | 2010-08-23 00:22:09 +0000 |
commit | 3d619726e5d6e0a769ad705c4a4298f6b28aa743 (patch) | |
tree | 056e1136d99d0ea32c99f70ed026a47643c63c3b /test/irssi/config | |
parent | moved some stuff into General, and started to modify buildpod.pl to render a ... (diff) | |
download | irssi-scripts-3d619726e5d6e0a769ad705c4a4298f6b28aa743.tar.gz irssi-scripts-3d619726e5d6e0a769ad705c4a4298f6b28aa743.zip |
lots of doc updates
Diffstat (limited to 'test/irssi/config')
-rw-r--r-- | test/irssi/config | 2 |
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"; } ); |