diff options
author | TingPing <tingping@tingping.se> | 2014-01-20 16:42:33 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2014-01-20 16:42:33 -0500 |
commit | 92a3a34785c5a94b6ec440818479c7b783dbc6d9 (patch) | |
tree | e228348666d9ce78a1a6d692f27e08c45f5ef2d9 /src/common/hexchat.c | |
parent | 4d1dc12a31d3f4463295c190d1902ee897642977 (diff) |
Actually call commands sent with --command
Closes #884
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r-- | src/common/hexchat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 9efbb27c..d066cd47 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -447,6 +447,7 @@ irc_init (session *sess) if (arg_command != NULL) { + handle_command (sess, arg_command, FALSE); g_free (arg_command); } |