|
@@ -34,7 +34,7 @@ void setup_HQ(int);
|
|
|
void privmsg(bd::String target, bd::String msg, int idx);
|
|
void privmsg(bd::String target, bd::String msg, int idx);
|
|
|
void notice(bd::String target, bd::String msg, int idx);
|
|
void notice(bd::String target, bd::String msg, int idx);
|
|
|
void keyx(const bd::String& target);
|
|
void keyx(const bd::String& target);
|
|
|
-void set_fish_key(char *, char *);
|
|
|
|
|
|
|
+void set_fish_key(char *, bd::String);
|
|
|
|
|
|
|
|
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;
|