summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-20 16:42:33 -0500
committerTingPing <tingping@tingping.se>2014-01-20 16:42:33 -0500
commit92a3a34785c5a94b6ec440818479c7b783dbc6d9 (patch)
treee228348666d9ce78a1a6d692f27e08c45f5ef2d9
parent4d1dc12a31d3f4463295c190d1902ee897642977 (diff)
Actually call commands sent with --command
Closes #884
-rw-r--r--src/common/hexchat.c1
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);
 	}