| 997 title = Tcl_GetString(objv[2]); |
997 title = Tcl_GetString(objv[2]); |
| 998 msg1 = Tcl_GetString(objv[3]); |
998 msg1 = Tcl_GetString(objv[3]); |
| 999 msg2 = Tcl_GetString(objv[4]); |
999 msg2 = Tcl_GetString(objv[4]); |
| 1000 } |
1000 } |
| 1001 |
1001 |
| 1002 purple_notify_message(_tcl_plugin, optind[type], title, msg1, msg2, NULL, NULL); |
1002 purple_notify_message(_tcl_plugin, optind[type], title, msg1, msg2, NULL, NULL, NULL); |
| 1003 |
1003 |
| 1004 return TCL_OK; |
1004 return TCL_OK; |
| 1005 } |
1005 } |
| 1006 |
1006 |
| 1007 int tcl_cmd_plugins(ClientData unused, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |
1007 int tcl_cmd_plugins(ClientData unused, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]) |