summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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);
 	}