View previous topic :: View next topic |
Author |
Message |
martpen69 Voice
Joined: 20 Jun 2005 Posts: 32
|
Posted: Wed Oct 12, 2005 11:14 am Post subject: /msg forward |
|
|
Hi was looking for a script which would forward any private msgs sent to the bot to the bot owner or master.
thanks |
|
Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
Posted: Wed Oct 12, 2005 1:13 pm Post subject: |
|
|
Code: | bind msgm - * forward
proc forward {nick uhost hand arg} {
puthelp "privmsg <yournick> :\[ $nick!$uhost \]: $arg"
} |
_________________ Follow me on GitHub
- Opposing
Public Tcl scripts |
|
Back to top |
|
 |
martpen69 Voice
Joined: 20 Jun 2005 Posts: 32
|
Posted: Wed Oct 12, 2005 1:44 pm Post subject: |
|
|
Once again
Thank you
:D |
|
Back to top |
|
 |
|