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.

Slow by connecting by large chan file (9 chans)

Old posts that have not been replied to for several years.
Locked
M
Martin

Slow by connecting by large chan file (9 chans)

Post by Martin »

Hi,
I have a script in my eggdrop thats ident by nickserv

Code: Select all

bind notc - *This*nickname*is*registered* nickserv
putlog "** nick identifyer"
proc nickserv {nick site handle chan arg} { 
        putlog "** identify by nickserv"
        putserv "privmsg nickserv :Identify *******"
}
But nickserv change his nick when I have 9 channels in my eggdrop chanfile. he send the msg to late :(
How can I fix it?
d
darko``
Op
Posts: 121
Joined: Sun Sep 08, 2002 5:33 pm
Location: Malta

Post by darko`` »

1) Use the server list to send password to the server: myserver:667:pass
2) Send msg to NickServ using init-serv: set init-serv {putserv "PRIVMSG NickServ :identify..."
Ignorant and lazy people will save 30 minutes by chosing simple config file. Smart ones will save 3000 minutes of *everyone's* time by opting for complete config file.
Locked