Difference between revisions of "Denora Commands"

From IRC Wiki
Jump to navigation Jump to search
Line 31: Line 31:
::'''LIST''' Shows the list of Stats Admins.
::'''LIST''' Shows the list of Stats Admins.
{{Syntax|/msg StatServ ADMIN list}}
{{Syntax|/msg StatServ ADMIN list}}


:'''CHANSTATS''' Manage monitored channels for stats.
:'''CHANSTATS''' Manage monitored channels for stats.
Line 45: Line 46:
::'''RENAME''' Renames user1 to user2.
::'''RENAME''' Renames user1 to user2.
{{Syntax|/msg StatServ CHANSTATS RENAME user1 user2}}
{{Syntax|/msg StatServ CHANSTATS RENAME user1 user2}}


:'''ENVINFO''' Show environment information.
:'''ENVINFO''' Show environment information.
{{Syntax|/msg StatServ ENVINFO}}
:'''EXCLUDE''' Exclude users from chanstats.
:'''EXCLUDE''' Exclude users from chanstats.
{{Syntax|/msg StatServ EXCLUDE (add/del/list) target}}
:'''EXPORT''' Export data to XML.
:'''EXPORT''' Export data to XML.
{{Syntax|/msg StatServ EXPORT (channels/users/tld/servers/stats/all)}}
:'''HELP''' Help for specified command or overall help.
:'''HELP''' Help for specified command or overall help.
{{Syntax|/msg StatServ HELP command}}
:'''HTML''' Forces to create the HTML file.
:'''HTML''' Forces to create the HTML file.
{{Syntax|/msg StatServ HTML}}
:'''MODLOAD''' Load a module.
:'''MODLOAD''' Load a module.
{{Syntax|/msg StatServ MODLOAD filename}}
:'''MODUNLOAD''' Un-Load a module.
:'''MODUNLOAD''' Un-Load a module.
{{Syntax|/msg StatServ MODUNLOAD filename}}
:'''MODLIST''' Info about a loaded module.
:'''MODLIST''' Info about a loaded module.
{{Syntax|/msg StatServ MODLIST}}
:'''RESTART''' Causes Denora to restart.
:'''RESTART''' Causes Denora to restart.
{{Syntax|/msg StatServ RESTART}}
:'''RELOAD''' Causes Denora to reload the configuration file.
:'''RELOAD''' Causes Denora to reload the configuration file.
{{Syntax|/msg StatServ RELOAD}}
:'''SET''' Set various run time options.
:'''SET''' Set various run time options.
::'''HTML''' Turns html on or off.
{{Syntax|/msg StatServ SET HTML (on/off)}}
::'''SQL''' Turns sql on or off.
{{Syntax|/msg StatServ SET SQL (on/off)}}
::'''DEBUG''' Turns debug on or off.
{{Syntax|/msg StatServ SET DEBUG (on/off)}}
:'''SHUTDOWN''' Terminate the stats program with save.
:'''SHUTDOWN''' Terminate the stats program with save.
{{Syntax|/msg StatServ SHUTDOWN}}

Revision as of 16:47, 1 December 2010

Channel Commands

Channel Commands will only work if the channel in question has fantasy enabled. See Private Commands about turning fantasy commands on.

!top Shows the top 3 users of the current channel.
!top10 Shows the top 10 users of the current channel.
!gtop Shows the top 3 users of the whole network.
!gtop10 Shows the top 10 users of the whole network.
!stats Shows user stats for the current channel.
!gstats Shows user stats for the whole network.
!peak Shows user peak for the current channel.

Private Commands

Syntax:

/msg StatServ command params

Commands available to all users

STATS Shows the status of the network.
LOGIN Makes you a Stats Administrator providing the account exists.
LOGOUT Logout from you Stats Administrator account.

Commands available to users whom are logged in as a Stats Administrator

ADMIN Manage Stats Admins.
ADD Add Stats Admins.
/msg StatServ ADMIN ADD username password [hostmask] [lang-number]
DEL Deletes specified Stats Admin.
/msg StatServ ADMIN DEL username
SETPASS Sets new password for specified Stats Admin.
/msg StatServ ADMIN SETPASS username new-pass
SHOW Shows information about the specified Stats Admin (Username, Hostmask and Language ID)
/msg StatServ ADMIN SHOW username
LIST Shows the list of Stats Admins.
/msg StatServ ADMIN list


CHANSTATS Manage monitored channels for stats.
ADD Adds specified channel to the monitored channels list.
/msg StatServ CHANSTATS ADD #channel
DEL Removes a channel from the monitored channels list.
/msg StatServ CHANSTATS DEL #channel
LIST Shows the list of monitored channels.
/msg StatServ CHANSTATS LIST
SET Activate the fantasy commands for the specified channel either private messages to the channel or notices.
/msg StatServ CHANSTATS SET #channel FANTASY (on/off/notice)
SUMUSER Transfers stats from user2 to user 1 and deletes user2 from stats.
/msg StatServ CHANSTATS SUMUSER user1 user2
RENAME Renames user1 to user2.
/msg StatServ CHANSTATS RENAME user1 user2


ENVINFO Show environment information.
/msg StatServ ENVINFO


EXCLUDE Exclude users from chanstats.
/msg StatServ EXCLUDE (add/del/list) target


EXPORT Export data to XML.
/msg StatServ EXPORT (channels/users/tld/servers/stats/all)


HELP Help for specified command or overall help.
/msg StatServ HELP command


HTML Forces to create the HTML file.
/msg StatServ HTML


MODLOAD Load a module.
/msg StatServ MODLOAD filename


MODUNLOAD Un-Load a module.
/msg StatServ MODUNLOAD filename


MODLIST Info about a loaded module.
/msg StatServ MODLIST


RESTART Causes Denora to restart.
/msg StatServ RESTART


RELOAD Causes Denora to reload the configuration file.
/msg StatServ RELOAD


SET Set various run time options.
HTML Turns html on or off.
/msg StatServ SET HTML (on/off)
SQL Turns sql on or off.
/msg StatServ SET SQL (on/off)
DEBUG Turns debug on or off.
/msg StatServ SET DEBUG (on/off)


SHUTDOWN Terminate the stats program with save.
/msg StatServ SHUTDOWN