|
|
void privmsg(const char* target, const char* msg, int idx);
|
|
void privmsg(const char* target, const char* msg, int idx);
|
|
|
void notice(const char* target, const char* msg, int idx);
|
|
void notice(const char* target, const char* msg, int idx);
|
|
|
extern struct chanset_t *chanset, *chanset_default;
|
|
extern struct chanset_t *chanset, *chanset_default;
|
|
|
extern char admin[], origbotnick[HANDLEN + 1], origbotname[NICKLEN], jupenick[NICKLEN], botname[NICKLEN], *def_chanset;
|
|
extern char admin[], origbotnick[HANDLEN + 1], origbotname[NICKLEN], jupenick[NICKLEN], botname[NICKLEN], *def_chanset;
|