void Command_About(
integer
$uin
)
|
|
About Command
Returns information about phpIcqBot like version, author, etc
Parameters:
API Tags:
void Command_Exit(
integer
$uin
)
|
|
Exit command.
Terminate working of phpIcqBot. It's not really stop it here, but just set WORKING flag to false.
Parameters:
API Tags:
mixed Command_Help(
integer
$uin, string
$params
)
|
|
Help command.
Supports help system of phpIcqBot.
Parameters:
|
integer |
$uin: |
|
|
string |
$params: |
|
API Tags:
Information Tags:
| Todo: | A lot of changes will be here |
void Command_Mod(
integer
$uin, string
$params
)
|
|
Mod command.
Command, which controls phpIcqBot modules Available params:
- !mod list
- !mod cmdlist <modulename|modulenum>
- !mod info <modulename|modulenum>
Parameters:
|
integer |
$uin: |
|
|
string |
$params: |
|
API Tags:
Information Tags:
| Todo: | params for load/unload modules |
void Command_Restart(
integer
$uin
)
|
|
Restart command.
Do restart of phpIcqBot. It's not really restart it here, but just set RESTART flag to true.
Parameters:
API Tags:
mixed Command_Roles(
integer
$uin, string
$params
)
|
|
Roles command
Command, which rules users ACL. Available params:
- !roles list <icqnumber>
- !roles add <icqnumber> <role1> [role2 [role3 ... ] ]
- !roles remove <icqnumber> <role1> [role2 [role3 ... ] ]
Parameters:
|
integer |
$uin: |
|
|
string |
$params: |
|
API Tags:
Information Tags:
| Todo: | Roles and ACL system should be more powerfull |
string Help_Mod(
string
$params
)
|
|
Help for Mod command
Parameters:
API Tags:
| Deprecated: | will be deprecated |
| Access: | public |