Internet Direct (Indy) Version 9.0.2 Beta
TIdIRCServer.OnCommandOper
Event handler for the IRC OPER command.

property OnCommandOper: TIdIrcTwoParmEvent;
Description
OnCommandOper is a TIdIrcTwoParmEvent event handler that allows the server to respond to the IRC OPER command. OPER is used to obtain operator privileges.

Param1 contains the user requesting operator privileges.

Param2 contains the password for the user requesting operator privileges.

If the user and password are valid, the server will inform the remainder of the IRC network using the "MODE +o" command for the client nickname.