Search found 26 matches

by kitsaras
Fri Feb 17, 2006 9:55 pm
Forum: Scripting Help
Topic: help requested
Replies: 4
Views: 6207

Try bind pub - !servers statsu bind raw - 242 show:statsu set statsuc 0 proc statsu {nick uhost hand chan arg} { global statsu statsuc if {$statsuc > 0} { puthelp "privmsg $chan :Already in progress" return 0 } set servers {server1.irc.net server2.irc.net server3.irc.net} foreach server $...
by kitsaras
Fri Feb 17, 2006 10:59 am
Forum: Scripting Help
Topic: help requested
Replies: 4
Views: 6207

supply server name after the command: STATS u irc.server.com excusme obviously, for multiple servers you need to do that multiple times; beware however that STATS command is usually pace-limited, i.e. you are normally allowed only one command in 2 or more seconds excuse me but i dont now a lot of t...
by kitsaras
Thu Feb 16, 2006 11:16 pm
Forum: Scripting Help
Topic: help requested
Replies: 4
Views: 6207

help requested

hi. is it possible to make in this script catch more than one stat u server in the same network ? bind pub - !servers statsu bind raw - 242 show:statsu proc statsu {nick uhost hand chan arg} { global statsu if {![info exists statsu([set chan [string tolower $chan]])]} { set statsu($chan) 0 putserv &...
by kitsaras
Wed Feb 15, 2006 7:01 pm
Forum: Script Requests
Topic: modifie
Replies: 0
Views: 3808

modifie

if we modify this perfect script can we catch all the servers in the network ? (4 is) and we can add a timer into ? if it is possible can u help me to do it ? bind pub - !status statsu bind raw - 242 show:statsu proc statsu {nick uhost hand chan arg} { global statsu if {![info exists statsu([set cha...
by kitsaras
Sun Feb 12, 2006 9:11 pm
Forum: Script Requests
Topic: is it possible ?
Replies: 4
Views: 6233

thanks Sir_Fz it works :)

thanks again.
by kitsaras
Sun Feb 12, 2006 5:43 pm
Forum: Script Requests
Topic: is it possible ?
Replies: 4
Views: 6233

thanks a lot Sir_Fz i need to make one change in code proc show:statsu {from kw arg} { global statsu foreach {c v} [array get statsu] { puthelp "privmsg $c :$from [string range $arg [expr {[string first : $arg]+2}] end]" array unset statsu $c } } resoults redemption.ix.us.dal.net erver Up ...
by kitsaras
Sat Feb 11, 2006 11:30 pm
Forum: Script Requests
Topic: is it possible ?
Replies: 4
Views: 6233

is it possible ?

im just wondering if is possible in this great script who make mr Sir_Fz to show and the server with the stats u ex !stats <bot> Server Up 0 days, 0:06:45 shadow.uk.eu.hellas.net or <bot> shadow.uk.eu.hellas.net Server Up 0 days, 0:06:45 somethink like this thanks alot. bind pub - !statsu statsu bin...
by kitsaras
Fri Feb 10, 2006 2:55 am
Forum: Script Requests
Topic: anyone can do this script for me ?
Replies: 2
Views: 5081

thanks a lot Sir_Fz works perfect :D
by kitsaras
Thu Feb 09, 2006 9:54 pm
Forum: Script Requests
Topic: anyone can do this script for me ?
Replies: 2
Views: 5081

anyone can do this script for me ?

hello. i need a tcl script to display my ircd uptime in the active channel with a public command.

ex

!statsu
<bot> Server Up 29 days, 15:41:09

thank u.
by kitsaras
Fri Feb 03, 2006 10:20 am
Forum: Scripting Help
Topic: public command for /stats u
Replies: 2
Views: 5110

re

thx demond
i try it. :)
by kitsaras
Thu Feb 02, 2006 5:21 pm
Forum: Scripting Help
Topic: public command for /stats u
Replies: 2
Views: 5110

public command for /stats u

hello ppl. im trying to figure if its possible to make a tcl for my eggdrop with a public command et !stats and run the command /stats u showing the ircd uptime i channel.


et !stats
<bot> Server Up 22 days, 11:07:21


thank u.

any help will be very usefull