mirror of
https://gitlab.com/wirelos/sprocket-plugin-irc.git
synced 2025-12-16 22:24:09 +01:00
only join one channel
This commit is contained in:
@@ -32,6 +32,7 @@ private:
|
||||
int port;
|
||||
String nick;
|
||||
String user;
|
||||
String channel;
|
||||
|
||||
void applyConfig(IrcConfig cfg);
|
||||
void applyConfigFromFile(const char *fileName);
|
||||
@@ -41,7 +42,7 @@ private:
|
||||
virtual void callback(IRCMessage ircMessage);
|
||||
virtual void debugSentCallback(String data);
|
||||
void join(String channel);
|
||||
void sendMessage(String to, String msg);
|
||||
void sendMessage(String msg);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user