mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Rebranding
This commit is contained in:
@@ -1350,7 +1350,7 @@ perl_init (void)
|
||||
char *perl_args[] = { "", "-e", "0", "-w" };
|
||||
char *env[] = { "" };
|
||||
static const char xchat_definitions[] = {
|
||||
/* Redefine the $SIG{__WARN__} handler to have XChat
|
||||
/* Redefine the $SIG{__WARN__} handler to have HexChat
|
||||
printing warnings in the main window. (TheHobbit) */
|
||||
#include "xchat.pm.h"
|
||||
};
|
||||
|
||||
@@ -537,7 +537,7 @@ Callback_Print(char *word[], void *userdata)
|
||||
/* Cut off the message identifier. */
|
||||
word += 1;
|
||||
|
||||
/* XChat doesn't provide a word_eol for print events, so we
|
||||
/* HexChat doesn't provide a word_eol for print events, so we
|
||||
* build our own here. */
|
||||
while (word[listsize] && word[listsize][0])
|
||||
listsize++;
|
||||
|
||||
Reference in New Issue
Block a user