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.

pls help me experts...

Old posts that have not been replied to for several years.
Locked
s
suffering
Voice
Posts: 27
Joined: Fri May 27, 2005 4:34 am

pls help me experts...

Post by suffering »

proc repeat_action
Last edited by suffering on Sat Aug 20, 2005 4:09 pm, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

change

Code: Select all

proc repeat_action {nick uhost hand dest keyword chan text} {
to

Code: Select all

proc repeat_action {nick uhost hand dest keyword text} {
where dest is the chan if you're wondering.
Locked