some more xsasl cosmetics
This commit is contained in:
parent
064dafc76f
commit
c979a8a8b7
|
@ -104,7 +104,8 @@ authend_cb (char *word[], char *word_eol[], void *userdata)
|
|||
{
|
||||
if (get_info ())
|
||||
{
|
||||
xchat_printf (ph, "%s\t%s\n", name, word_eol[1]);
|
||||
/* omit cryptic server message parts */
|
||||
xchat_printf (ph, "%s\t%s\n", name, ++word_eol[4]);
|
||||
xchat_commandf (ph, "QUOTE CAP END");
|
||||
}
|
||||
|
||||
|
@ -164,7 +165,8 @@ cap_cb (char *word[], char *word_eol[], void *userdata)
|
|||
if (get_info ())
|
||||
{
|
||||
/* FIXME test sasl cap */
|
||||
xchat_printf (ph, "%s\t%s\n", name, word_eol[1]);
|
||||
/* this is visible in the rawlog in case someone needs it, otherwise it's just noise */
|
||||
/* xchat_printf (ph, "%s\t%s\n", name, word_eol[1]); */
|
||||
xchat_commandf (ph, "QUOTE AUTHENTICATE PLAIN");
|
||||
}
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ Name: "plugins\upd"; Description: "Update Checker"; Types: normal full custom; F
|
|||
Name: "plugins\winamp"; Description: "Winamp"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\winsys"; Description: "WinSys"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\wmpa"; Description: "Windows Media Player Announcer"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\xsasl"; Description: "XSASL"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\xsasl"; Description: "X-SASL"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\xtray"; Description: "X-Tray"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "langs"; Description: "Language Interfaces"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "langs\lua"; Description: "Lua"; Types: full custom; Flags: disablenouninstallwarning
|
||||
|
|
|
@ -42,7 +42,7 @@ Name: "plugins\upd"; Description: "Update Checker"; Types: normal full custom; F
|
|||
Name: "plugins\winamp"; Description: "Winamp"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\winsys"; Description: "WinSys"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\wmpa"; Description: "Windows Media Player Announcer"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\xsasl"; Description: "XSASL"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\xsasl"; Description: "X-SASL"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "plugins\xtray"; Description: "X-Tray"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "langs"; Description: "Language Interfaces"; Types: full custom; Flags: disablenouninstallwarning
|
||||
Name: "langs\lua"; Description: "Lua"; Types: full custom; Flags: disablenouninstallwarning
|
||||
|
|
Loading…
Reference in New Issue