mirror of
https://gitlab.com/wirelos/sprocket-plugin-irc.git
synced 2025-12-14 05:36:50 +01:00
foo
This commit is contained in:
@@ -96,7 +96,7 @@ void IrcPlugin::join(String c)
|
||||
|
||||
void IrcPlugin::sendMessage(String msg)
|
||||
{
|
||||
if (channel)
|
||||
if (checkConfig() && channel)
|
||||
{
|
||||
client->sendMessage(channel, msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user