1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 01:33:12 +02:00

Added certificate management in SSL (connection now ok with SSL server)

This commit is contained in:
Sebastien Helleu
2005-06-21 08:05:58 +00:00
parent abe7e08147
commit f4abd0bf59
10 changed files with 24 additions and 26 deletions
+2 -2
View File
@@ -145,9 +145,9 @@ struct t_irc_server
char *nick3; /* 2nd alternate nickname */
char *username; /* user name */
char *realname; /* real name */
char *command; /* command to run once connected */
char *command; /* command to run once connected */
int command_delay; /* delay after execution of command */
char *autojoin; /* channels to automatically join */
char *autojoin; /* channels to automatically join */
int autorejoin; /* auto rejoin channels when kicked */
char *notify_levels; /* channels notify levels */