Search found 9 matches

by KriX
Tue Oct 25, 2005 4:39 am
Forum: Unreal 3.2 Support
Topic: Oper services down?
Replies: 9
Views: 4422

...

there is really one in my unrealircd.conf

/* Standard Aliasse */
alias Nick { type services; };
alias Chan { type services; };
alias Oper { type services; };
alias Help { type services; };
alias Stat { type stats; };

EDIT:
when I comment this block out,
I really became an oper :)

BIG THX ...
by KriX
Mon Oct 24, 2005 11:31 am
Forum: Unreal 3.2 Support
Topic: Oper services down?
Replies: 9
Views: 4422

i think it's the same

here you've got an big scene out of the debugging window

-> localhost PASS mypw
-> localhost NICK Kr1X
-> localhost USER NNSCRIPT "" "localhost" :KriX
<- :irc.localhost NOTICE AUTH :*** Looking up your hostname...
<- :irc.localhost NOTICE AUTH :*** Found your hostname ...
by KriX
Mon Oct 24, 2005 11:13 am
Forum: Unreal 3.2 Support
Topic: Oper services down?
Replies: 9
Views: 4422

hm, I've done it.
-> irc.localhost OPER KriX mypw
<- :irc.localhost 440 KriX Oper :Services are currently down. Please try again later.
by KriX
Mon Oct 24, 2005 5:00 am
Forum: Unreal 3.2 Support
Topic: Oper services down?
Replies: 9
Views: 4422

Oper services down?

Hello,

I've configured my UnrealIRCD Config file,
so I can chat through the network with other Persons.

But when I tryed it with NoNamescript to get ircop (/quote oper KriX mypw, /oper KriX mypw) or with mIRC (/!oper KriX mypw) then I get the following message:

oper services are currently down ...
by KriX
Sun Sep 18, 2005 12:55 pm
Forum: Unreal 3.2 Support
Topic: Logging as an IrcOP?
Replies: 9
Views: 7133

yes, i think so,

however there is an text like:
oper KriX {
lalala
}
by KriX
Sun Sep 18, 2005 10:09 am
Forum: Unreal 3.2 Support
Topic: Logging as an IrcOP?
Replies: 9
Views: 7133

I'm useing Noname script with mIRC 6.16
and I havn't installed any other scripts

and the /!oper command brought the same message
by KriX
Sun Sep 18, 2005 9:10 am
Forum: Unreal 3.2 Support
Topic: Logging as an IrcOP?
Replies: 9
Views: 7133

err, /quote oper KriX mypw does show me following message:

oper services are currently down. Please try again later.

Maybe it's, because I haven't created some Bots like NickServ, or OperServ (?), Chanserv etc.

If that's the reason,
can you please tell me, how can I create these kind of bots ...
by KriX
Sat Sep 17, 2005 6:58 pm
Forum: Unreal 3.2 Support
Topic: Logging as an IrcOP?
Replies: 9
Views: 7133

thx,
but first, this isnt my real password,
and second,
the server is on my localhost,
so noone on the internet can join or hack the server
I'll try to do what you've said :)

EDIT:
I've tried to do the /oper command,
but I get following message:

oper service is currently down. please try again ...
by KriX
Sat Sep 17, 2005 5:10 pm
Forum: Unreal 3.2 Support
Topic: Logging as an IrcOP?
Replies: 9
Views: 7133

Logging as an IrcOP?

Hello,

I am running the UnrealIRCD 3.2.2 Server on my Localhost (Xampp - http://www.apachefriends.org).

I can chat throug network,
as an normal user,

but I want to login as an IRCop, with all rights,
I already tried to create one in the unrealircd.conf file

I'll attach this file,
so you can ...