[mw-devel] [Git][arthur/mw][master] Fix typo. "mrodod" to "mrod"
Imran Hussain
imranh at sucs.org
Mon Jan 25 17:00:51 GMT 2016
Imran Hussain pushed to branch master at Justin Mitchell / mw
Commits:
dfcb60d5 by Imran Hussain at 2016-01-25T17:00:46Z
Fix typo. "mrodod" to "mrod"
- - - - -
1 changed file:
- src/client/talker.c
Changes:
=====================================
src/client/talker.c
=====================================
--- a/src/client/talker.c
+++ b/src/client/talker.c
@@ -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);
@@ -1419,4 +1419,4 @@ int ChangeRoom(char *room, int quiet)
}
return(0);
-}
+}
\ No newline at end of file
View it on GitLab: https://projects.sucs.org/arthur/mw/commit/dfcb60d5013e3110f07db65c891fb8aaed7486b4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/mw-devel/attachments/20160125/40c4dc8c/attachment.html>
More information about the mw-devel
mailing list