You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
irc: Limit message length. MessageLength=400
Maximum length of message sent to irc server. If it exceeds will be add to the message.
irc: Add NOPINGNICK option.
The string "{NOPINGNICK}" (case sensitive) will be replaced by the actual nick / username, but with a ZWSP inside the nick, so the irc user with the same nick won't get pinged.
See #175 for more information
Bugfix
slack: Fix sending to different channels on same account (slack). Closes #177
telegram: Fix incorrect usernames being sent. Closes #181