From 92a3a34785c5a94b6ec440818479c7b783dbc6d9 Mon Sep 17 00:00:00 2001
From: TingPing <tingping@tingping.se>
Date: Mon, 20 Jan 2014 16:42:33 -0500
Subject: Actually call commands sent with --command

Closes #884
---
 src/common/hexchat.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

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);
 	}
 
-- 
cgit 1.4.1