eggdrop & unreal3.2

Talk about pretty much anything here, but DO NOT USE FOR SUPPORT.

Moderator: Supporters

Locked
JessieJames
Posts: 43
Joined: Thu Mar 11, 2004 10:20 pm

eggdrop & unreal3.2

Post by JessieJames »

is there a way to make eggdrop bot /oper ?
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Sure - the same way you oper yourself... let it send "OPER <login> <password>" to the Server.

But I really suggest you think twice about it - opering a bot is quite a security risk.
JessieJames
Posts: 43
Joined: Thu Mar 11, 2004 10:20 pm

Post by JessieJames »

i can log on with the bot nick every thing works but when the bot send the same info all access denied and ive dl every script i can find
JessieJames
Posts: 43
Joined: Thu Mar 11, 2004 10:20 pm

Post by JessieJames »

this works if put at bottom of mybot.conf(eggdrop.conf)
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws" -next
putquick "PRIVMSG NickServ :IDENTIFY <password>" -next
}
bind evnt - init-server login:oper
proc login:oper init-server {
putquick "OPER <user> <password>" -next
}
Locked