mirror of
https://github.com/EnergyMech/energymech.git
synced 2025-12-17 15:36:50 +00:00
Helpfiles added and updated
This commit is contained in:
parent
ebe0bdb39a
commit
e9c2f3fa53
@ -17,5 +17,7 @@ MEEP one two three four -> SAY two one three four
|
||||
Aliases may call other aliases and aliases can be used
|
||||
to replace built in commands. Aliases can recurse a
|
||||
maximum of 20 times (prevents infinite loops).
|
||||
|
||||
|
||||
If no argument is given, all current aliases will be listed.
|
||||
|
||||
See also: unalias
|
||||
|
||||
4
help/BOOT
Normal file
4
help/BOOT
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
Boot a user from the partyline.
|
||||
|
||||
See also: core, whom
|
||||
@ -1,6 +1,6 @@
|
||||
|
||||
Shows core information about the bot.
|
||||
|
||||
|
||||
Current nick Nick of the bot you are connected to and its Guid.
|
||||
Users in userlist Total number of userlist entries, as well as users with
|
||||
userlevel access (0-100) and bot level access (200).
|
||||
@ -14,5 +14,5 @@ Started Time when the bot was first started.
|
||||
Uptime How long (in days, hours, minutes and seconds) the bot has been running.
|
||||
Version Source code version of the bot.
|
||||
Features List of which features were compiled into the bot.
|
||||
|
||||
|
||||
See also: ver, uptime, ontime, features
|
||||
|
||||
5
help/DEBUG
Normal file
5
help/DEBUG
Normal file
@ -0,0 +1,5 @@
|
||||
Write debug information to a file named "debug.<timestamp>".
|
||||
|
||||
Only available if compiled with debug support.
|
||||
|
||||
See also: crash
|
||||
6
help/DIE
6
help/DIE
@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
Kills the bot. If session file is in use, use the
|
||||
SHUTDOWN command instead to preserve the configurations
|
||||
for all bots. If DIE is used, the killed bot(s) will
|
||||
not be saved to the session file.
|
||||
|
||||
See also: reset, shutdown
|
||||
|
||||
See also: nick, reset, shutdown
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
The Energymech contains a list of which features were included
|
||||
when the source was compiled.
|
||||
|
||||
|
||||
You can view this list at the command prompt in your shell with
|
||||
./(name of executable) -v
|
||||
|
||||
|
||||
Or, once the bot is started, with the command CORE or ESAY $cap
|
||||
|
||||
|
||||
See also: core, esay
|
||||
|
||||
16
help/NICK
16
help/NICK
@ -1,4 +1,12 @@
|
||||
Usage: NICK <nick>
|
||||
Changes the nick of the bot. If the nick given is already
|
||||
in use, the bot will not change its nickname until the
|
||||
occupied nick is available.
|
||||
|
||||
Changes the nick of the bot. If the nick given is already
|
||||
in use, the bot will not change its nickname until the
|
||||
occupied nick is available.
|
||||
|
||||
If a guid is given, the nick of the bot with the given guid
|
||||
will be changed.
|
||||
|
||||
If no bot with the given guid exists, a new bot will be
|
||||
created with the given guid.
|
||||
|
||||
See also: die
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
Usage: ONTIME
|
||||
Shows time connected to current server.
|
||||
See also: UPTIME
|
||||
|
||||
Shows time connected to current server.
|
||||
|
||||
See also: time, uptime
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
Usage: TOG [channel] SO [0|1|on|off]
|
||||
Toggles strict opping. If on, if people not in the userlist
|
||||
are opped, they will be deopped.
|
||||
|
||||
Toggles strict opping. If on, if people not in the userlist
|
||||
are opped, they will be deopped.
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
Usage: SHITLIST
|
||||
Shows the bots shitlist.
|
||||
See also: SHIT, RSHIT, QSHIT, SHITLVL
|
||||
|
||||
Shows the bots shitlist.
|
||||
|
||||
See also: shit, rshit, qshit, shitlvl
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
Usage: TIME
|
||||
Show current time (where the bot is)
|
||||
See also: UPTIME, ONTIME
|
||||
|
||||
Show current time (where the bot is)
|
||||
|
||||
See also: ontime, uptime
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
Usage: UPTIME
|
||||
Shows how long the bot has been running.
|
||||
See also: ONTIME
|
||||
|
||||
Shows how long the bot has been running.
|
||||
|
||||
See also: core, ontime, time
|
||||
|
||||
6
help/VER
6
help/VER
@ -1,2 +1,4 @@
|
||||
Usage: VER
|
||||
Returns the version of EnergyMech that is running
|
||||
|
||||
Returns the version of EnergyMech that is running
|
||||
|
||||
See also: core, features
|
||||
|
||||
15
help/WHO
15
help/WHO
@ -1,7 +1,8 @@
|
||||
Usage: WHO <channel> [-ops|-nonops] [pattern]
|
||||
Lists people in a channel that the bot is in now,
|
||||
or was in. The optional parameters can be used to
|
||||
list only ops or only non ops respectively.
|
||||
If a pattern is given, only users matching the pattern
|
||||
will be listed.
|
||||
See also: NAMES
|
||||
|
||||
Lists people in a channel that the bot is in now,
|
||||
or was in. The optional parameters can be used to
|
||||
list only ops or only non ops respectively.
|
||||
If a pattern is given, only users matching the pattern
|
||||
will be listed.
|
||||
|
||||
See also: names
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user