Loading src/client/talker.c +2 −2 Original line number Diff line number Diff line Loading @@ -934,7 +934,7 @@ void t_remove(CommandList *cm, int argc, const char **argv, char *args) ipc_message_t * msg = ipcmsg_create(IPC_ACTION, user->posn); json_t * j = json_init(NULL); json_addstring(j, "target", argv[1]); json_addstring(j, "type", "mrodod"); json_addstring(j, "type", "mrod"); json_addstring(j, "admin", "yes"); if (excuse!=NULL && !allspace(excuse)) json_addstring(j, "reason", excuse); Loading Loading
src/client/talker.c +2 −2 Original line number Diff line number Diff line Loading @@ -934,7 +934,7 @@ void t_remove(CommandList *cm, int argc, const char **argv, char *args) ipc_message_t * msg = ipcmsg_create(IPC_ACTION, user->posn); json_t * j = json_init(NULL); json_addstring(j, "target", argv[1]); json_addstring(j, "type", "mrodod"); json_addstring(j, "type", "mrod"); json_addstring(j, "admin", "yes"); if (excuse!=NULL && !allspace(excuse)) json_addstring(j, "reason", excuse); Loading