added automatic multi-bot rejoin for opless channels
[NeonServV5.git] / src / bots.h
index 0fead874c7c78dfaaa0504983c9d57f79025a306..35f09dbfa5966d539527481c1220f228810a0de5 100644 (file)
@@ -29,6 +29,7 @@ void loop_bots();
 void free_bots();
 
 struct ClientSocket *getChannelBot(struct ChanNode *chan, int botid);
+void requestOp(struct UserNode *user, struct ChanNode *chan);
 TIMEQ_CALLBACK(channel_ban_timeout);
 void general_event_privctcp(struct UserNode *user, struct UserNode *target, char *command, char *text);
 void set_bot_alias(int botid, char *alias);