Tip of the day: Did you know that users are put in the security-group known-users based on their reputation score or if they are identified to Services?

Users in this group receive a number of benefits, such as being able to send more messages per minute.

Translations:User & Oper commands/7/en

From UnrealIRCd documentation wiki
Jump to navigation Jump to search

For IRCOps: the output will be in the form *** name - version (description) [FLAGS]. Where FLAGS can be:

  • [3RD] means a 3rd party module (in other words: unofficial, not from the UnrealIRCd team)
  • [PERM] means a permanent module, one that cannot be unloaded without a server restart
  • [PERM-BUT-RELOADABLE] is similar to [PERM]: it cannot be unloaded without a server restart, but it is permitted to reload/upgrade the module on-the-fly by REHASHing.

In addition to the above, IRCOps also get to see a list of Dev:Command Overrides and Hooks that are in use. This is rather technical information but allows you to spot in more detail what kind of things modules are currently "intercepting". | |- !PRIVMSG <nick|channel> <message>
NOTICE <nick|channel> <message> !message |These are the basic commands to send messages and notices to users and channels. Obviously there's no point in running an IRC server without this. Normally you don't use these directly but use /MSG and /NOTICE commands of your IRC client. | |- !MKPASSWD <auth-type> <password-to-hash> !mkpasswd |Generate a password hash which can then be used in the configuration file, see also Authentication types. This command is IRCOp-only, unless set::options::mkpasswd-for-everyone is set. |Often IRCOp-only |- !MODE <nick|channel> <modes.......> !mode |Change User modes or Channel modes. | |- !MOTD !motd |Show Message Of The Day. | |- !NAMES <channel> !names |Show who is in the channel. The NAMES output is also sent when you JOIN the channel. | |- !NICK !nick |Set or change your nick name. | |- !OPERMOTD !opermotd |Show OPER Message Of The Day |IRCOp-only |- !OPER <name> <password> !oper |You use this command to become an IRCOp. IRCOps are configured in the Oper block. | |- !PART <channel> !part |Leave a channel