mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 21:46:21 +00:00
Add ability to script commands after connect
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user