Problem with oper.

These are old archives. They are kept for historic purposes only.
Post Reply
Maiki
Posts: 14
Joined: Sat Dec 08, 2007 10:24 pm

Problem with oper.

Post by Maiki »

I can do "/os set superadmin on", but when other users do it, they cannot get superadmin. Oper etc works.. Here's my block

Code: Select all

oper username {
	class           clients;
	from {
		userhost *@*;
	};
	password "***";
	flags
	{
      netadmin;
      can_die;
      can_restart;
      can_wallops;
      can_globops;
      can_localroute;
      can_globalroute;
      can_localkill;
      can_globalkill;
      can_kline;
      can_unkline;
      can_localnotice;
      can_globalnotice;
      can_zline;
      can_gkline;
      can_gzline;
      get_host;
      can_override;
      can_setq;
      can_addline;
      can_dccdeny; 
	};
};
SpaceDoG
Posts: 301
Joined: Mon Feb 27, 2006 5:44 am
Contact:

Re: Problem with oper.

Post by SpaceDoG »

Maiki wrote:I can do "/os set superadmin on", but when other users do it, they cannot get superadmin. Oper etc works.. Here's my block

Code: Select all

oper username {
	class           clients;
	from {
		userhost *@*;
	};
	password "***";
	flags
	{
      netadmin;
      can_die;
      can_restart;
      can_wallops;
      can_globops;
      can_localroute;
      can_globalroute;
      can_localkill;
      can_globalkill;
      can_kline;
      can_unkline;
      can_localnotice;
      can_globalnotice;
      can_zline;
      can_gkline;
      can_gzline;
      get_host;
      can_override;
      can_setq;
      can_addline;
      can_dccdeny; 
	};
};

Code: Select all

oper username {
   class           clients;
   from {
      userhost *@*;
   };
   password "***";
   flags
   {
      netadmin;
      can_die;
      can_restart;
      can_gkline;
      can_gzline;
      can_override;
   };
};
then type /oper username password to oper
Maiki
Posts: 14
Joined: Sat Dec 08, 2007 10:24 pm

Re: Problem with oper.

Post by Maiki »

SpaceDoG wrote:
Maiki wrote:I can do "/os set superadmin on", but when other users do it, they cannot get superadmin. Oper etc works.. Here's my block

Code: Select all

oper username {
	class           clients;
	from {
		userhost *@*;
	};
	password "***";
	flags
	{
      netadmin;
      can_die;
      can_restart;
      can_wallops;
      can_globops;
      can_localroute;
      can_globalroute;
      can_localkill;
      can_globalkill;
      can_kline;
      can_unkline;
      can_localnotice;
      can_globalnotice;
      can_zline;
      can_gkline;
      can_gzline;
      get_host;
      can_override;
      can_setq;
      can_addline;
      can_dccdeny; 
	};
};

Code: Select all

oper username {
   class           clients;
   from {
      userhost *@*;
   };
   password "***";
   flags
   {
      netadmin;
      can_die;
      can_restart;
      can_gkline;
      can_gzline;
      can_override;
   };
};
then type /oper username password to oper
Will they get +qo ?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Problem with oper.

Post by Jobe »

Im asssuming you mean channel mode +qo, in which case no. If you want them to have +qo in every channel (which will make users leave your network) then youll need to look at your services package. Since if the IRCd gives them +qo, services can and/or will take it away from them again.
Your IP: Image
Your Country: Image
DeviL69
Posts: 21
Joined: Mon Nov 05, 2007 10:02 pm
Location: Macedonia
Contact:

Re: Problem with oper.

Post by DeviL69 »

admin {
"Wanted";
"DeviL";
"expire":
* };

/*


*** Notice -- error: unrealircd.conf:94: Missing semicolon before close brace

im new with ircd so i dont know what semicolon is
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Problem with oper.

Post by Jobe »

"expire": <- wrong colon, should be ";" not ":"
Your IP: Image
Your Country: Image
DeviL69
Posts: 21
Joined: Mon Nov 05, 2007 10:02 pm
Location: Macedonia
Contact:

Problem with oper.

Post by DeviL69 »

admin {
"Wanted";
"DeviL";
"expire";
};

it works now, i would never see that change :)
and now i have one more little problem

-OperServ- Unable to load module os_raw

i did i once, and when i restarted the services i got the same problem again

on another server i saw they had on /os help
-OperServ- KILLUSER Forcefully disconnect a user

i dont have that and cant load raw and os_clientjoin
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Problem with oper.

Post by Jobe »

Ok those are services issues, so youre best starting a thread in the Services board or going to the official support for the services package you use.
Your IP: Image
Your Country: Image
Post Reply