mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-07-11 06:09:27 +00:00
Add manual SASL password prompt
This commit is contained in:
@@ -63,7 +63,8 @@ extern GSList *network_list;
|
||||
#define FLAG_ALLOW_INVALID 32
|
||||
#define FLAG_FAVORITE 64
|
||||
#define FLAG_USE_KEYRING 128
|
||||
#define FLAG_COUNT 8
|
||||
#define FLAG_PROMPT_PASSWORD 256
|
||||
#define FLAG_COUNT 9
|
||||
|
||||
/* Login methods. Use server password by default - if we had a NickServ password, it'd be set to 2 already by servlist_load() */
|
||||
#define LOGIN_DEFAULT_REAL LOGIN_PASS /* this is to set the default login method for unknown servers */
|
||||
|
||||
Reference in New Issue
Block a user