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.

/msg forward

Old posts that have not been replied to for several years.
Locked
m
martpen69
Voice
Posts: 32
Joined: Mon Jun 20, 2005 3:56 pm

/msg forward

Post by martpen69 »

Hi was looking for a script which would forward any private msgs sent to the bot to the bot owner or master.

thanks
User avatar
Sir_Fz
Revered One
Posts: 3793
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Code: Select all

bind msgm - * forward

proc forward {nick uhost hand arg} {
 puthelp "privmsg <yournick> :\[ $nick!$uhost \]: $arg"
}
m
martpen69
Voice
Posts: 32
Joined: Mon Jun 20, 2005 3:56 pm

Post by martpen69 »

Once again

Thank you

:D
Locked