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.

Action Reverse Replyer v1.02 doen't work on channel

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
MenzAgitat
Op
Posts: 118
Joined: Tue Jul 04, 2006 12:35 pm
Location: France
Contact:

Action Reverse Replyer v1.02 doen't work on channel

Post by MenzAgitat »

The Action Reverse Replyer script seems to work in private message to the bot, but not in public on channel.

I'll try to look at it but if anyone (especially the author) have any idea ...



Edit: Ok I've finally understood what happens :
First, the flag +actr must be set on the chans you want the script to work. (.chanset #channel +actr)

Next, the setting act:rev must be set using .chanset command, it won't work if you only set it in the following section of the script :

Code: Select all

# Channel Action Flood Protection:
# Set amount of action in seconds to trigger channel action flood protection:
# Example : {act:rev ?:?}
# Amount of action '0' will be disabling flood protection.
# This settings is also configurable via chanset. 
#   .chanset #channel act:rev ?:?
lappend act:flood {act:rev 5:30}
so just type .chanset #channel act:rev 5:30 and it will be ok.

Maybe a little bit more documentation would have helped. :wink:
Post Reply