Add ability to script commands after connect

This commit is contained in:
James Booth
2015-10-15 01:19:24 +01:00
parent fb60a755e5
commit 904a5a81cf
18 changed files with 230 additions and 25 deletions

View File

@@ -713,7 +713,9 @@ cons_show_account(ProfAccount *account)
if (account->login_presence) {
cons_show ("Login presence : %s", account->login_presence);
}
if (account->startscript) {
cons_show ("Start script : %s", account->startscript);
}
if (account->otr_policy) {
cons_show ("OTR policy : %s", account->otr_policy);
}