Loading src/gags.c +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ char *apply_bork(char *text, const gag_pattern_t *list, int caps); ****/ GagInfo gaglist[]={ {"","Gag", "Ungag", {"gag","Gag", "Ungag", "You have just been gagged!", "You have been ungagged. You can now talk normally", gag_normal}, Loading src/server/actions.c +2 −2 Original line number Diff line number Diff line Loading @@ -165,8 +165,8 @@ void accept_action(ipc_connection_t *conn, ipc_message_t *msg) const char *gagtype = json_getstring(j, "gag"); if (gagtype == NULL) { send_error(conn, msg, "Missing gag type"); return; /* the original, and best */ gagtype = "gag"; } int gtnum = gag_code(gagtype); Loading Loading
src/gags.c +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ char *apply_bork(char *text, const gag_pattern_t *list, int caps); ****/ GagInfo gaglist[]={ {"","Gag", "Ungag", {"gag","Gag", "Ungag", "You have just been gagged!", "You have been ungagged. You can now talk normally", gag_normal}, Loading
src/server/actions.c +2 −2 Original line number Diff line number Diff line Loading @@ -165,8 +165,8 @@ void accept_action(ipc_connection_t *conn, ipc_message_t *msg) const char *gagtype = json_getstring(j, "gag"); if (gagtype == NULL) { send_error(conn, msg, "Missing gag type"); return; /* the original, and best */ gagtype = "gag"; } int gtnum = gag_code(gagtype); Loading