mirror of
https://gitlab.com/wirelos/sprocket-plugin-irc.git
synced 2025-12-14 13:41:27 +01:00
foo
This commit is contained in:
@@ -64,6 +64,8 @@ void IrcPlugin::connect()
|
|||||||
if (!client->connected())
|
if (!client->connected())
|
||||||
{
|
{
|
||||||
PRINT_MSG(Serial, "IRC", String("Attempting connection to " + server).c_str());
|
PRINT_MSG(Serial, "IRC", String("Attempting connection to " + server).c_str());
|
||||||
|
PRINT_MSG(Serial, "IRC", String("NICK " + nick).c_str());
|
||||||
|
PRINT_MSG(Serial, "IRC", String("USER " + user).c_str());
|
||||||
if (client->connect(nick.c_str(), user.c_str()))
|
if (client->connect(nick.c_str(), user.c_str()))
|
||||||
{
|
{
|
||||||
PRINT_MSG(Serial, "IRC", "connected");
|
PRINT_MSG(Serial, "IRC", "connected");
|
||||||
|
|||||||
Reference in New Issue
Block a user