diff -r 8fb558514134 -r 64936dae41a3 libpurple/plugins/tcl/tcl_cmds.c --- a/libpurple/plugins/tcl/tcl_cmds.c Sat Sep 21 01:33:16 2013 +0530 +++ b/libpurple/plugins/tcl/tcl_cmds.c Sat Sep 21 17:01:08 2013 +0530 @@ -999,7 +999,7 @@ msg2 = Tcl_GetString(objv[4]); } - purple_notify_message(_tcl_plugin, optind[type], title, msg1, msg2, NULL, NULL); + purple_notify_message(_tcl_plugin, optind[type], title, msg1, msg2, NULL, NULL, NULL); return TCL_OK; }