Difference between revisions of "Anope OperServ"

From IRC Wiki
Jump to navigation Jump to search
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:




'''STATS '''         Show status of Services and network
'''STATS'''         Show status of Services and network
*/msg OperServ stats
*/msg OperServ stats




'''OPER   '''       Modify the Services operator list
'''OPER'''           Modify the Services operator list
*/msg OperServ oper '''Add''' or '''Del'''
*/msg OperServ oper '''Add''' or '''Del'''




'''ADMIN '''         Modify the Services admin list
'''ADMIN'''         Modify the Services admin list
*/msg OperServ Admin'''Add''' or '''Del'''
*/msg OperServ Admin'''Add''' or '''Del'''




'''STAFF '''         Display Services staff and online status
'''STAFF'''         Display Services staff and online status
*/msg OperServ staff
*/msg OperServ staff




'''MODE '''         Change a channel's modes
'''MODE'''           Change a channel's modes
*/msg OperServ mode '''#channel +modes'''
*/msg OperServ mode '''#channel +modes'''


Line 32: Line 32:




'''CLEARMODES '''   Clear modes of a channel
'''CLEARMODES'''     Clear modes of a channel
*/msg OperServ clearmodes '''#channel''' all
*/msg OperServ clearmodes '''#channel''' all




'''AKILL '''         Manipulate the AKILL list
'''AKILL'''         Manipulate the AKILL list
*/msg OperServ AKILL ADD '''expiry mask (reason)'''
*/msg OperServ AKILL ADD '''expiry mask (reason)'''
*/msg OperServ AKILL DEL  '''entry-num '''
*/msg OperServ AKILL DEL  '''entry-num '''
Line 51: Line 51:




'''NOOP '''         Temporarily remove all O:lines of a server remotely
'''NOOP'''           Temporarily remove all O:lines of a server remotely
*/msg OperServ NOOP SET '''server'''
*/msg OperServ NOOP SET '''server'''
*/msg OperServ NOOP REVOKE '''server'''
*/msg OperServ NOOP REVOKE '''server'''




'''JUPE '''         "Jupiter" a server
'''JUPE'''           "Jupiter" a server
*/msg OperServ JUPE '''server (reason)'''
*/msg OperServ JUPE '''server (reason)'''
* Squit the server to remove the jupe.
* Squit the server to remove the jupe.




'''IGNORE '''       Modify the Services ignore list
'''IGNORE'''         Modify the Services ignore list
*/msg OperServ '''ADD|DEL|LIST|CLEAR''' '''expiry-time nick'''
*/msg OperServ IGNORE ADD '''expiry-time nick'''
*/msg OperServ IGNORE DEL '''nick'''
*/msg OperServ IGNORE LIST
*/msg OperServ IGNORE CLEAR




'''RELOAD   '''     Reload services' configuration file
'''RELOAD'''         Reload services' configuration file
*/msg OperServ reload
*/msg OperServ reload




'''UPDATE '''       Force the Services databases to be updated on disk immediately
'''UPDATE'''         Force the Services databases to be updated on disk immediately
*/msg OperServ update
*/msg OperServ update


Line 77: Line 80:




'''QUIT '''         Terminate the Services program with no save
'''QUIT'''           Terminate the Services program with no save
*/msg OperServ quit
*/msg OperServ quit




'''SHUTDOWN   '''   Terminate the Services program with save
'''SHUTDOWN'''       Terminate the Services program with save
*/msg OperServ shutdown
*/msg OperServ shutdown


Line 92: Line 95:




'''MODLOAD '''       Load a module
'''MODLOAD'''       Load a module
*/msg OperServ '''module name'''
*/msg OperServ '''module name'''




'''MODUNLOAD '''     Un-Load a module
'''MODUNLOAD'''     Un-Load a module
*/msg OperServ '''module name'''
*/msg OperServ '''module name'''


Line 104: Line 107:




'''MODINFO '''       Info about a loaded module
'''MODINFO'''       Info about a loaded module
*/msg OperServ modinfo '''module name'''
*/msg OperServ modinfo '''module name'''


'''NOTINCHANLIST ''' List and act against users not in any channels
*/msg OperServ notinchanlist '''kill''' or '''gline'''
'''FORCEID'''        Forcefully identify a nick to services
*/msg OperServ forceid '''nick'''


[[Category:Tutorials]]
[[Category:Tutorials]]

Revision as of 16:18, 30 May 2011

Anope IRC Services


Click Here to go back to the Anope page.


GLOBAL Send a message to all users

  • /msg OperServ global message to be sent -=- Click Here for more infomation about global.


STATS Show status of Services and network

  • /msg OperServ stats


OPER Modify the Services operator list

  • /msg OperServ oper Add or Del


ADMIN Modify the Services admin list

  • /msg OperServ AdminAdd or Del


STAFF Display Services staff and online status

  • /msg OperServ staff


MODE Change a channel's modes

  • /msg OperServ mode #channel +modes


KICK Kick a user from a channel

  • /msg OperServ kick nick #channel (reason)


CLEARMODES Clear modes of a channel

  • /msg OperServ clearmodes #channel all


AKILL Manipulate the AKILL list

  • /msg OperServ AKILL ADD expiry mask (reason)
  • /msg OperServ AKILL DEL entry-num
  • /msg OperServ AKILL LIST


EXCEPTION Modify the session-limit exception list

  • /msg OperServ EXCEPTION ADD expiry-time mask limit reason
  • /msg OperServ EXCEPTION DEL mask or list
  • /msg OperServ EXCEPTION MOVE num position
  • /msg OperServ EXCEPTION LIST
  • /msg OperServ EXCEPTION VIEW mask


NOOP Temporarily remove all O:lines of a server remotely

  • /msg OperServ NOOP SET server
  • /msg OperServ NOOP REVOKE server


JUPE "Jupiter" a server

  • /msg OperServ JUPE server (reason)
  • Squit the server to remove the jupe.


IGNORE Modify the Services ignore list

  • /msg OperServ IGNORE ADD expiry-time nick
  • /msg OperServ IGNORE DEL nick
  • /msg OperServ IGNORE LIST
  • /msg OperServ IGNORE CLEAR


RELOAD Reload services' configuration file

  • /msg OperServ reload


UPDATE Force the Services databases to be updated on disk immediately

  • /msg OperServ update


RESTART Save databases and restart Services

  • /msg OperServ restart


QUIT Terminate the Services program with no save

  • /msg OperServ quit


SHUTDOWN Terminate the Services program with save

  • /msg OperServ shutdown


DEFCON Manipulate the DefCon system

  • /msg OperServ defcon number'

CHANKILL Kill all users on a specific channel

  • /msg OperServ #channel expiry-time (reason)


MODLOAD Load a module

  • /msg OperServ module name


MODUNLOAD Un-Load a module

  • /msg OperServ module name


MODLIST List loaded modules

  • /msg OperServ modlist


MODINFO Info about a loaded module

  • /msg OperServ modinfo module name