Page 1 of 1
eggdrop & unreal3.2
Posted: Thu Dec 30, 2004 9:14 pm
by JessieJames
is there a way to make eggdrop bot /oper ?
Posted: Thu Dec 30, 2004 9:20 pm
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.
Posted: Thu Dec 30, 2004 9:32 pm
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
Posted: Fri Dec 31, 2004 2:31 pm
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
}