first: sorry for my bad english
Today i let my Eggdrop register its nickname with nickserv und made him the channel owner of my two channels via chanserv. I also added the line:
Code: Select all
putserv "PRIVMSG nickserv :identify password"
Code: Select all
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
putserv "PRIVMSG nickserv :identify password"
}
leads to the following message in the partyline:/msg Botname op password
while Nick is my nick and the stars are the right host. But i get no op in the channels.(Nick!Nick@*****.**) !Nick! OP
I restartetd the bot, let him leave the channels und rejoin, let him die and restarted him via shell, killed the process in the shell and restarted it via shell. Deleted the nickserv identify line from the config and identified it by hand ... nothing changed the problem. I have no mor ideas what to do (i am a very beginner with eggdrop).
I hope somebody can help me, this is annoying.
( I am running eggdrop v1.6.20, on Linux 2.6.32-22-server. I have shell access but no root access).
Edit: The same with other operations like kick or ban and so on. I can only use the indirect way with chanserv ( .msg chanserv op #channel nick)