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.

Search found 22 matches

by syk
Tue Jan 11, 2005 1:38 pm
Forum: Archive
Topic: Channel user stats?
Replies: 21
Views: 4019

syk wrote:I have another question about this

how can I make this where, in the partyline like it is, i type .chanstats #channel #channeltorelayto, and it will privmsg the second refered channel, the stats of the first channel?
by syk
Mon Jan 10, 2005 11:59 pm
Forum: Archive
Topic: Channel user stats?
Replies: 21
Views: 4019

So, if I put that in there, it'll privmsg $second with the stats of the first channel?

(btw I'm not too sure how to incorperate that with the previous code)
by syk
Mon Jan 10, 2005 9:08 pm
Forum: Archive
Topic: Channel user stats?
Replies: 21
Views: 4019

I meant I understood what it does, not that I understood everything in the code
by syk
Mon Jan 10, 2005 7:53 pm
Forum: Archive
Topic: Channel user stats?
Replies: 21
Views: 4019

I have another question about this

how can I make this where, in the partyline like it is, i type .chanstats #channel #channeltorelayto, and it will privmsg the second refered channel, the stats of the first channel?
by syk
Thu Jan 06, 2005 8:20 pm
Forum: Archive
Topic: Lilyweather problems
Replies: 12
Views: 2915

ideas on how to fix it?
by syk
Thu Jan 06, 2005 8:01 pm
Forum: Archive
Topic: Lilyweather problems
Replies: 12
Views: 2915

lol, well I found out what it was, and thats fixed now, but I'm getting some retarded error from the weather script

Tcl error [pub_w]: no such channel record

Not expecting you to know, but if you do, or if anyone does, I'd appreciate the help
by syk
Thu Jan 06, 2005 7:30 pm
Forum: Archive
Topic: Lilyweather problems
Replies: 12
Views: 2915

I've .restart'd it like 10+ times, and it's still the same
by syk
Thu Jan 06, 2005 7:20 pm
Forum: Archive
Topic: Lilyweather problems
Replies: 12
Views: 2915

Well, I guess it's just not this script thats giving that error, and I don't know what you mean by the join proc, like I said, I'm new to this
by syk
Thu Jan 06, 2005 7:17 pm
Forum: Archive
Topic: Command to change botnick?
Replies: 8
Views: 2228

thanks guys, but i got this one working 8)
by syk
Thu Jan 06, 2005 1:16 pm
Forum: Archive
Topic: Lilyweather problems
Replies: 12
Views: 2915

proc pub_w {nick uhand handle chan input} { if {[lsearch -exact [channel info $chan] +weather] != -1} { global botnick agent if {[llength $input]==0} { putserv "PRIVMSG $chan :Lilys Simple Weather V2" } else { set query "http://www.wunderground.com/cgi-bin/findweather/getForecast?qu$...
by syk
Thu Jan 06, 2005 2:41 am
Forum: Archive
Topic: Lilyweather problems
Replies: 12
Views: 2915

Lilyweather problems

This script was working perfectly hours ago, now I get the error

Tcl error [pub_w]: no value given for parameter "h" to "join"

and I edited nothing, any ideas?
by syk
Wed Jan 05, 2005 11:54 pm
Forum: Archive
Topic: Channel user stats?
Replies: 21
Views: 4019

well, I understand it, i'm just not sure how to convert it to a channel command, being that bind pub - .chanstats blah blah, doesnt work
by syk
Wed Jan 05, 2005 10:46 pm
Forum: Archive
Topic: Channel user stats?
Replies: 21
Views: 4019

ok well I fixed it, and it works, but I want it as a channel command, not dcc
by syk
Wed Jan 05, 2005 10:20 pm
Forum: Archive
Topic: Channel user stats?
Replies: 21
Views: 4019

nevermind that, how do i execute the command?

[edit] well, i suppose its 'chanstats' but its the same error, and .set errorInfo? [/edit]
by syk
Wed Jan 05, 2005 10:12 pm
Forum: Archive
Topic: Channel user stats?
Replies: 21
Views: 4019

user wrote:
syk wrote:Tcl error [chanstats:dcc]: called "chanstats:dcc" with too many arguments
Why did you do that? Don't change stuff without knowing what you're doing and come here complaining. You should at least say what you changed.
I didn't change anything, thats from a direct copy and paste