|
@@ -58,10 +58,10 @@ char *def_chanset = "+enforcebans +dynamicbans +userbans -bitch +cycle -inactive
|
|
|
struct chanset_t *chanset = NULL; /* Channel list */
|
|
struct chanset_t *chanset = NULL; /* Channel list */
|
|
|
struct chanset_t *chanset_default = NULL; /* Default channel list */
|
|
struct chanset_t *chanset_default = NULL; /* Default channel list */
|
|
|
char admin[121] = ""; /* Admin info */
|
|
char admin[121] = ""; /* Admin info */
|
|
|
-char origbotnick[NICKLEN + 1] = ""; /* from -B (placed into conf.bot->nick .. for backup when conf is cleared */
|
|
|
|
|
-char origbotname[NICKLEN + 1] = ""; /* Nick to regain */
|
|
|
|
|
|
|
+char origbotnick[NICKLEN] = ""; /* from -B (placed into conf.bot->nick .. for backup when conf is cleared */
|
|
|
|
|
+char origbotname[NICKLEN] = ""; /* Nick to regain */
|
|
|
char jupenick[NICKLEN] = "";
|
|
char jupenick[NICKLEN] = "";
|
|
|
-char botname[NICKLEN + 1] = ""; /* IRC nickname */
|
|
|
|
|
|
|
+char botname[NICKLEN] = ""; /* IRC nickname */
|
|
|
port_t my_port = 0;
|
|
port_t my_port = 0;
|
|
|
bool reset_chans = 0;
|
|
bool reset_chans = 0;
|
|
|
bool cookies_disabled = 0;
|
|
bool cookies_disabled = 0;
|