Page 1 of 1

No 0-lines problem.

Posted: Sat Jul 16, 2011 12:50 pm
by Callumlord
Hello,

I have checked around the forums and forums some of the same topics but still have the same problem...

Code: Select all

oper Callumlord {
	class           clients;
	from {
		userhost *@*;
	};
	password "Password";
	flags {
		netadmin;
		can_zline;
		can_gzline;
		can_gkline;
		global;
            can_overide;
            can_localnotice;
            can_restart;
            can_die;
            can_rehash;
            can_globops;
            can_wallops;
	};
      swhois "CallumlordIRC Network Owner";
        snomask frebWqFv;
};

Re: No 0-lines problem.

Posted: Sat Jul 16, 2011 9:39 pm
by Stealth
Make sure you are specifying the proper username and password. They are BOTH cAsE-sensITIVe.

With the oper block pasted, the proepr login would be

Code: Select all

/oper Callumlord Password
If that does not work then make sure your server has been rehashed or restarted since the last configuration change, and that the configuration loads without any problems. If you have checked these and still get a problem, make sure no client scripts are getting in the way by doing

Code: Select all

/quote oper Callumlord Password
If none of those work, check out the FAQ regarding this exact topic http://www.vulnscan.org/UnrealIRCd/faq/#36

And a side note, you should clean up your configuration by making everything tabbed the same so it's a little easier to read. Also, the oper flag netadmin includes can_rehash, can_globops, can_wallops, can_localnotice, and global, so there's no need to have those specified if you have netadmin specified. Please check the documentation for oper block for more details. http://www.vulnscan.org/UnrealIrcd/unre ... #operblock

Re: No 0-lines problem.

Posted: Sun Jul 17, 2011 1:39 am
by katsklaw
/quote oper .. and /raw oper .. may be needed for some clients even without scripts as well, ie some web clients don't know the /oper command. Please note that the /raw command is NOT the same as /os raw or any other type of unparsed commands sent as server traffic. /quote is supported in at least every client that I know of but it doesn't hurt to know about /raw ;P. mIRC knows both.