mirror of
https://github.com/deavminet/skippy.git
synced 2025-01-18 11:50:51 +00:00
Strip whitespace from message to send to current channel
This commit is contained in:
parent
819abf1faa
commit
50ddd8a1ca
@ -178,7 +178,7 @@ void commandLine()
|
||||
}
|
||||
else
|
||||
{
|
||||
dclient.sendMessage(false, currentChannel, commandLine);
|
||||
dclient.sendMessage(false, currentChannel, strip(commandLine));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user