summaryrefslogtreecommitdiffstats
path: root/pysigmap.h
diff options
context:
space:
mode:
authorChristopher Davis <loafier@gmail.com>2006-06-25 05:47:20 +0000
committerChristopher Davis <loafier@gmail.com>2006-06-25 05:47:20 +0000
commit3b04cf6a1210f97d8144ee1ba646186aca4912ef (patch)
treed2d4081cd3043bd3b1d403f93f147e94a471aeac /pysigmap.h
parentd75ad2cebb61a3cb46570cecbc257693c528da0b (diff)
downloadirssi-python-3b04cf6a1210f97d8144ee1ba646186aca4912ef.tar.gz
irssi-python-3b04cf6a1210f97d8144ee1ba646186aca4912ef.tar.xz
irssi-python-3b04cf6a1210f97d8144ee1ba646186aca4912ef.zip
worked more on signals. added signal emit, signal register,
unregister, cmd unbind, signal remove. Needs testing. Need to find a better way of dealing with constants, too. git-svn-id: http://svn.irssi.org/repos/irssi-python@4291 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'pysigmap.h')
-rw-r--r--pysigmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pysigmap.h b/pysigmap.h
index b6c3278..fcf8ce8 100644
--- a/pysigmap.h
+++ b/pysigmap.h
@@ -14,6 +14,7 @@ static PY_SIGNAL_SPEC_REC py_sigmap[] = {
{"error command", "is", 0, 0, 0},
{"send command", "sSW", 0, 0, 0},
{"send text", "sSW", 0, 0, 0},
+ {"command ", "sSW", 0, 0, 1},
{"default command", "sSW", 0, 0, 0},
{"ignore created", "g", 0, 0, 0},
{"ignore destroyed", "g", 0, 0, 0},