| View previous topic :: View next topic |
| Author |
Message |
kstyler Guest
|
Posted: Thu May 09, 2002 8:58 am Post subject: |
|
|
I have not done much in tcl scripting, just starting out
but what im trying to do it get my bot to update my site with news thro the chennal
but i don't know whats the comand im looking for
im mirc its $1- to display the test the some1 typed
this is what I have atm
set $site "mywebsite"
bind pubm n "!siteupdate*" siteupdate
set $news ""
#I want to set this variable to the rest of the text the I wrote
proc suteupdate {nick host handle chan text} {
putlog "$nick updated $site with $news"
exec $site
#not sure of the rest of this command either
putserv NOTICE $nick :updating $site with $news
} |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|