--- a/src/protocols/irc/cmds.c Tue Aug 05 11:33:18 2003 +0000
+++ b/src/protocols/irc/cmds.c Tue Aug 05 16:32:27 2003 +0000
@@ -79,7 +79,7 @@
if (!args || !args[0] || !gc)
return 0;
- action = g_malloc(strlen(args[0]) + 9);
+ action = g_malloc(strlen(args[0]) + 10);
sprintf(action, "\001ACTION ");