Various changes for libratbox.
This commit is contained in:
parent
555ac41f14
commit
0e7cb7e6a1
7 changed files with 25 additions and 22 deletions
|
@ -380,7 +380,7 @@ quote_splitmode(struct Client *source_p, char *charval)
|
|||
splitmode = 0;
|
||||
splitchecking = 0;
|
||||
|
||||
eventDelete(check_splitmode, NULL);
|
||||
rb_event_delete(check_splitmode, NULL);
|
||||
}
|
||||
/* ON */
|
||||
else if(newval == 1)
|
||||
|
@ -393,7 +393,7 @@ quote_splitmode(struct Client *source_p, char *charval)
|
|||
splitchecking = 0;
|
||||
|
||||
/* we might be deactivating an automatic splitmode, so pull the event */
|
||||
eventDelete(check_splitmode, NULL);
|
||||
rb_event_delete(check_splitmode, NULL);
|
||||
}
|
||||
/* AUTO */
|
||||
else if(newval == 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue