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.
Old posts that have not been replied to for several years.
-
martpen69
- Voice
- Posts: 32
- Joined: Mon Jun 20, 2005 3:56 pm
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
-
Sir_Fz
- Revered One
- Posts: 3794
- 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"
}
-
martpen69
- Voice
- Posts: 32
- Joined: Mon Jun 20, 2005 3:56 pm
Post
by martpen69 »
Once again
Thank you
:D