| View previous topic :: View next topic |
| Author |
Message |
MalMen Voice
Joined: 08 Sep 2005 Posts: 1
|
|
| Back to top |
|
 |
greenbear Owner
Joined: 24 Sep 2001 Posts: 733 Location: Norway
|
Posted: Fri Sep 09, 2005 3:25 pm Post subject: |
|
|
| Code: | package require http
bind pub - !stats foo
proc foo {n u h c a} {
set nick [lindex [split $a] 0]
if {$nick!=""} {
set data [::http::geturl http://torrentelite.com/ircstats.php?search=$nick]
foreach line [split [::http::data $data] \n] {
putserv "PRIVMSG $c :$line"
}
::http::cleanup $data
}
} |
|
|
| Back to top |
|
 |
starpossen Op
Joined: 10 Jan 2006 Posts: 139
|
Posted: Tue Apr 04, 2006 3:06 am Post subject: |
|
|
| I know this is a bit of an old topic, but I too could use a script like this, I tried the one posted here, but nothing happens, any ideas? |
|
| Back to top |
|
 |
Sir_Fz Revered One

Joined: 27 Apr 2003 Posts: 3793 Location: Lebanon
|
|
| Back to top |
|
 |
|