This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

IrcBot don't want to op me

Old posts that have not been replied to for several years.
Locked
D
DarthAstro
Voice
Posts: 2
Joined: Sat Jun 04, 2005 4:50 pm
Contact:

IrcBot don't want to op me

Post by DarthAstro »

After join to channel Bot give me op. I try to remove op myself, but Bot don't me re-op, even I set protectops option on my channel. Then I try send /msg botnick op <password> [channel] to Bot, but Bot do nothing, so I try to open dcc chat and I sent .op nickname #channel and Bot answer me this: "I can't help you now because I'm not a chan op or halfop on #hcobs.sk, or halfops cannot set +o modes."

How I can force the Bot that op me?
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

It looks to me like a config problem.

Make sure you have set net-type 5 in your config and setup all the options that correspond to net-type 5 properly.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
D
DarthAstro
Voice
Posts: 2
Joined: Sat Jun 04, 2005 4:50 pm
Contact:

Post by DarthAstro »

Why I have set net-type 5, if I am on IRC?

Below is my config file. Do you see any errors?

loadmodule channels
loadmodule server
loadmodule ctcp
loadmodule irc
loadmodule notes
loadmodule gseen
loadmodule console
checkmodule blowfish

# Basic settings.
set admin "DarthAstr <chrastina@kozmos.sk>"
set owner "DarthAstr"
set notify-newusers "DarthAstr"
set username "chm"
set net-type 5
set nick "QR_And"
set altnick "V_Sge"
set realname "IrcBot"
set timezone "CET"
set offset "-1"
set hourly-updates 02
set learn-users 0

# Server settings.
set server-cycle-wait 0
set never-give-up 1
set server-timeout 60
set servlimit 0
set ctcp-mode 1
set flood-msg 5:10
set flood-ctcp 3:10
set answer-ctcp 3
set double-mode 0
set double-server 0
set double-help 0
set use-penalties 1
set optimize-kicks 0
set nick-len 9
listen 3333 all
set protect-telnet 0
set dcc-sanitycheck 0
set open-telnets 0

# Channel list
channel add #hcobs.sk {
chanmode "+tns-mk"
idle-kick 0
flood-chan 3:10
flood-join 1:10
flood-ctcp 3:10
flood-deop 1:10
flood-kick 1:10
revenge-mode 0
stopnethack-mode 0
need-op { putserv "PRIVMSG #hcobs.sk :op me cos i'm lame!" }
need-unban { putserv "PRIVMSG #hcobsk.sk :let me in!" }
need-limit { putserv "PRIVMSG #hcobs.sk :let me in!" }
}

channel set #hcobs.sk -enforcebans -dynamicbans +autoop +bitch +protectops +protectfriends -revenge +revengebot +autovoice +seen -statuslog
User avatar
^DooM^
Owner
Posts: 772
Joined: Tue Aug 26, 2003 5:40 pm
Location: IronForge
Contact:

Post by ^DooM^ »

What server are you on? IRC is not a server. irc.xs4all.nl is for instance IRCNet and should be set to net-type 1 and so on. Its all in the config file if you just READ all of it.
The lifecycle of a noob is complex. Fledgling noobs gestate inside biometric pods. Once a budding noob has matured thru gestation they climb out of their pod, sit down at a PC, ask a bunch of questions that are clearly in the FAQ, The Noob is born
Locked