X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/402f3941d0fd0964ac9ede40b61df69e2bb560a7..8ee12f0c437eec8aa42af7b350c7e2a3ccafedbc:/modules/m_set.c?ds=sidebyside diff --git a/modules/m_set.c b/modules/m_set.c index 066fdb29..88e079a1 100644 --- a/modules/m_set.c +++ b/modules/m_set.c @@ -379,6 +379,7 @@ quote_splitmode(struct Client *source_p, const char *charval, int intval) splitchecking = 0; rb_event_delete(check_splitmode_ev); + check_splitmode_ev = NULL; } /* ON */ else if(newval == 1) @@ -392,6 +393,7 @@ quote_splitmode(struct Client *source_p, const char *charval, int intval) /* we might be deactivating an automatic splitmode, so pull the event */ rb_event_delete(check_splitmode_ev); + check_splitmode_ev = NULL; } /* AUTO */ else if(newval == 2)