summaryrefslogtreecommitdiff
path: root/src/common/weechat.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-08-22 10:04:17 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-08-22 10:04:17 +0000
commit77e3fb3c8312031572e6aa6d1962a9bb3faf68b8 (patch)
tree1d263ed3065f21140628c25c69a6f8cdbc3d3c93 /src/common/weechat.c
parent1f801ff07964a9c2d605a97715b5fea0aafd078c (diff)
downloadweechat-77e3fb3c8312031572e6aa6d1962a9bb3faf68b8.zip
Added arguments $1,$2,..,$9 and $* for alias (task #5831), added special vars $nick/$channel/$server for server_command, alias and plugin command handlers
Diffstat (limited to 'src/common/weechat.c')
-rw-r--r--src/common/weechat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/weechat.c b/src/common/weechat.c
index 9b7dca78c..1857faaac 100644
--- a/src/common/weechat.c
+++ b/src/common/weechat.c
@@ -56,6 +56,7 @@
#endif
#include "weechat.h"
+#include "alias.h"
#include "backtrace.h"
#include "command.h"
#include "fifo.h"