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.

Bot ignores Nickserv..

Old posts that have not been replied to for several years.
Locked
p
pilot1
Voice
Posts: 16
Joined: Sat Nov 16, 2002 11:17 am
Location: FL, USA
Contact:

Bot ignores Nickserv..

Post by pilot1 »

When I do .dump PRIVMSG nickserv :identify password, the bot identifies correctly.
However, I get this message.
[08:40] Flood from @MyIRCNetwork.com! Placing on ignore!
How can I set it so that it never ignore *@MyIRCNetwork.com ?
Thanks!
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

add a new user, for example : .+user ircservices

then .chpass ircservices <any-password>

then add the services host to it: .+host ircservices *!*@YourIRCNetwork.com

then the friend flag: .chattr ircservices +f

this should make your bot not apply the ignores on the services.
p
pilot1
Voice
Posts: 16
Joined: Sat Nov 16, 2002 11:17 am
Location: FL, USA
Contact:

Post by pilot1 »

That works perfectly, thanks!
Locked