|
|
ConfigsAndVariables
The configuration and generated variables used in execution.
Documentation Index
Introduction
Here I will show the generated variables by the class in execution.
Details
- MezzengerKlient->debug
Specifies if the program should "echo" all the activity. (default: false)
- MezzengerKlient->handlechat
Specifies if the program should auto join conversations. (default: true)
- MezzengerKlient->notification
Specifies if the program must ask for a notification when messages are delivered.the options are: U for none, N for failed and A for all.
- MezzengerKlient->mynick
Returns the nickname of the user
- MezzengerKlient->log
Returns the log of the server.
- MezzengerKlient->mygroups
Returns the groups in an array.
- MezzengerKlient->mycontacts
Returns all the contacts mail in an array.
- MezzengerKlient->contacts
Returns all the contacts in the format: "mail nick CIA CIB CHH CHM groups"CIA means if the contact is allowed CIB means if the contact is blocked CHH means if the contact is in your contact list CHM means if the contact have you in his contact list
- MezzengerKlient->onlinefriends
Returns an array with the status, nick and mail off all contacts that are or have been logged in since the bot started.This has the following format:mail nick statusIf a contact changed its nick or status several times, all that times will be logged.
- MezzengerKlient->friendnick
Returns an array with using the mail address as the index of the nick of every contact.
- MezzengerKlient->BPR
Returns an array with the telephone number commands.
- MezzengerKlient->GTC
Returns the privacy setting "GTC"N - For making the official clients to automatically add to previous list,the contact.A - For making the official clients to ask if you want to allow of blockformer contacts.
- MezzengerKlient->BLP
Returns the privacy setting "BLP"AL - Allow List BL - Block List
Sign in to add a comment
