mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-21 05:00:19 +00:00
remove extra spaces from xsasl messages
This commit is contained in:
@@ -104,7 +104,7 @@ authend_cb (char *word[], char *word_eol[], void *userdata)
|
|||||||
{
|
{
|
||||||
if (get_info ())
|
if (get_info ())
|
||||||
{
|
{
|
||||||
xchat_printf (ph, "%s\t %s\n", name, word_eol[1]);
|
xchat_printf (ph, "%s\t%s\n", name, word_eol[1]);
|
||||||
xchat_commandf (ph, "QUOTE CAP END");
|
xchat_commandf (ph, "QUOTE CAP END");
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -164,7 +164,7 @@ cap_cb (char *word[], char *word_eol[], void *userdata)
|
|||||||
if (get_info ())
|
if (get_info ())
|
||||||
{
|
{
|
||||||
/* FIXME test sasl cap */
|
/* FIXME test sasl cap */
|
||||||
xchat_printf (ph, "%s\t %s\n", name, word_eol[1]);
|
xchat_printf (ph, "%s\t%s\n", name, word_eol[1]);
|
||||||
xchat_commandf (ph, "QUOTE AUTHENTICATE PLAIN");
|
xchat_commandf (ph, "QUOTE AUTHENTICATE PLAIN");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user