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.

how to get bot modes

Old posts that have not been replied to for several years.
Locked
A
Angellik

Post by Angellik »

hyazz!

(rephrasing)
is there a command in eggdrop to get the bot's current server modes?

I'm trying to make a script to register the bot to chanserv if it hasn't mode "+r"

thanx!

<font size=-1>[ This Message was edited by: Angellik on 2002-01-30 21:21 ]</font>
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

do a: putquick "MODE $botnick"

and bind raw on MODE and check if the destination is your botnick (instead of a channel) and you can catch the modes for your bot.

Jeff
Locked