mirror of
https://github.com/weechat/weechat.git
synced 2026-07-08 02:33:12 +02:00
irc: use upper case for SASL in messages displayed
This commit is contained in:
@@ -427,7 +427,7 @@ IRC_PROTOCOL_CALLBACK(cap)
|
||||
{
|
||||
weechat_printf (
|
||||
server->buffer,
|
||||
_("%s%s: client capability: sasl not supported"),
|
||||
_("%s%s: client capability: SASL not supported"),
|
||||
weechat_prefix ("network"), IRC_PLUGIN_NAME);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user