PDA

View Full Version : Oper Examples


Trinettronics
06-06-2007, 02:34 PM
Would be nice to see the oper/oline example in the setup for opers. Also a place to upload modules.

A

chandro
07-03-2007, 01:46 PM
here is you example for unreal3.2



oper chandro {
class clients;
from {
userhost *@123.456.*;
};
password "easy";
flags
{
netadmin;
can_zline;
can_gzline;
can_gkline;
can_die;
global;
get_umodew;
can_override;
};
};


or like unreal example.


/*
* NEW: oper {}
* OLD: O:Line
* Defines an IRC Operator
* IRC operators are there to keep sanity to the server and usually keep it
* maintained and connected to the network.
* The syntax is as follows:
* oper (login) {
* class (class to put them in, if different from I, moves them to new
* class);
* from {
* userhost (ident@host);
* userhost (ident@host);
* };
* flags
* {
* (flags here*);
* };
* OR
* flags "old type flags, like OAaRD";
* };
*/


/* For a list of oper flags, see doc/unreal32docs.html#operblock
* [HIGHLY recommended to read]
*/

jackheskett
07-03-2007, 02:12 PM
This could be a good idea for a starters to a help guide.

We're have to think about it and where it would be located.

The module idea is floating about in a to-do list, hopefully you will be able to just click on it and it will install. But we will see what the future will hold, thanks for support of the idea though.
Jack.

levelup
11-04-2008, 04:37 AM
I am glad to read it here.