mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Nah, even more rebranding
This commit is contained in:
@@ -583,9 +583,9 @@ chan_remove (chan *ch, gboolean force)
|
||||
{
|
||||
chan *new_ch;
|
||||
int i, num;
|
||||
extern int xchat_is_quitting;
|
||||
extern int hexchat_is_quitting;
|
||||
|
||||
if (xchat_is_quitting) /* avoid lots of looping on exit */
|
||||
if (hexchat_is_quitting) /* avoid lots of looping on exit */
|
||||
return TRUE;
|
||||
|
||||
/* is this ch allowed to be closed while still having children? */
|
||||
|
||||
Reference in New Issue
Block a user