Alchera wrote:I suggest you fix the bots access list up and also look through the script archive for an auto identify script so the bot identifies to nickserv on connect.
Check : http://www.egghelp.org/tcl.htmArthurW wrote:I also would have a question regarding these iph nicks...
There is an eggdrop that belongs to a friend of mine... I only have access to it by party line. The bot runs on Undernet. I noticed the folllowing two binds:
[09:36] <BotNick> evnt -|- init-server 5 iphinit
[09:36] <BotNick> evnt -|- connect-server 192 iphconn
Then there was a situation similar to the one below
[13:26] <BotNick> [06:27] * IRC NICK CHANGE: BotNick -> iph678708
Could you please tell me where I can get/download the script with those two IPH procedures?
Thanks in advance.
- Logs exerpts reflect real events. All names (nicks, servers, channels, usernames), presented herein are fictious. Any similarity to actual names is purely coincidental and unintentional. -
Code: Select all
# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-wsx"
}