How to log in as an Admin/Mod User

These are old archives. They are kept for historic purposes only.
Post Reply
cart
Posts: 6
Joined: Mon Nov 13, 2006 5:44 pm

How to log in as an Admin/Mod User

Post by cart »

Hi

I hace today Unreal3.2.5 installt but I have a problem now how can I connect as an Admin user into my server? I'Äm using mirc


Mfg cart
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

/oper username password

the username and password are the ones configured in your unrealircd.conf (the oper blocks).
cart
Posts: 6
Joined: Mon Nov 13, 2006 5:44 pm

Post by cart »

it doesn't working here is my oper block
oper Shadow {
class clients;
from {
userhost *@*dip-t-dialin.net;
};

password "1894510abc";
flags {
services-admin;
admin;
netadmin;
global;
can_rehash;
can_die;
can_restart;
can_wallops;
can_globops;
can_localroute;
can_globalroute;
can_globalkill;
can_kline;
can_gzline;
can_gkline;
can_unkline;
can_localnotice;
can_globalnotice;
can_zline;
get_host
can_override;
};
};
and if I put into mirc /oper Shadow 1894510abc it comes


No-0lines for your host


- cart
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
cart
Posts: 6
Joined: Mon Nov 13, 2006 5:44 pm

Post by cart »

so ok I have it now I have to change the userhost

but 2 Problems more

1: if I make /oper Shadow 1894510abc I connect to a new Channel called #admin

2: I have the @ and @ is operator but I want to be admin I think admin is the ~ isn't it?

Mfg cart
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Firstly Oper/Admins dont get operator status on channels they dont have access to by default. Secondly channel admin [&] (protected op) and channel owner [~] are usually set by Services although you can use oper override to set them. But that is seen as abusive.

So one thing to bear in mind was thr original IRC protocol designated opers as having powers to keep the network sane, other then that in channels they are pretty much regular users. Although with UnrealIRCd opers have more powers and can override channel modes.
cart
Posts: 6
Joined: Mon Nov 13, 2006 5:44 pm

Post by cart »

ok admin is & and how to get it?

and why I'm joining an #admin channel if I log in as oper?
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Because you set #admin as your set::oper-auto-join channel.

Channel admin is NOT IRC Administrator. The channel status ~ and & (q and a) have to do with Services, not UnrealIRCd. & is channel administrator, not server, or IRC administrator. That's different. It doesn't need a symbol, and it doesn't have one.

Server Administrator doesn't exist to make you look cool in channels. It exists to give you access to perform server administration tasks such as kills, glines, routing, etc.
Why the hell can't my signature be empty?
"Your message contains too few characters."
cart
Posts: 6
Joined: Mon Nov 13, 2006 5:44 pm

Post by cart »

oka<y and how to get irc servrer admin? O,o
static-x
Posts: 28
Joined: Sat Jul 23, 2005 2:43 am

Post by static-x »

You need to get services to get the stuff your talking about. when you oper your already admin.
Post Reply