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 90 matches

by NTHosts
Wed Jun 28, 2006 6:59 am
Forum: Scripting Help
Topic: Can anyone tell me where I went wrong ? :(
Replies: 15
Views: 11504

right...

When I add it like utimer 10 topic_update {sock} I get.. Tcl error [test2]: wrong # args: should be "utimer seconds command" So i remove the arg {sock} then i get this.. Tcl error in script for 'timer8': wrong # args: should be "topic_update sock" Im very confused as to what i ne...
by NTHosts
Wed Jun 28, 2006 6:22 am
Forum: Scripting Help
Topic: regexp help please [SOLVED]
Replies: 4
Views: 4061

but...

Would I add that to a regsub.. if so how would that look, or do I just add that to the regexp I have already ?
by NTHosts
Wed Jun 28, 2006 5:42 am
Forum: Scripting Help
Topic: Can anyone tell me where I went wrong ? :(
Replies: 15
Views: 11504

...

Dude that dont work.. i get this from .set errorInfo.. ntIRC Currently: wrong # args: should be "utimer seconds command" ntIRC Currently: while executing ntIRC Currently: "utimer 30" ntIRC Currently: (procedure "test2" line 20) ntIRC Currently: invoked from within ntIRC...
by NTHosts
Tue Jun 27, 2006 5:29 pm
Forum: Scripting Help
Topic: Can anyone tell me where I went wrong ? :(
Replies: 15
Views: 11504

..

will that make it call the second proc 30 seconds after it completes the first tho ? :shock:
by NTHosts
Tue Jun 27, 2006 3:09 pm
Forum: Scripting Help
Topic: Can anyone tell me where I went wrong ? :(
Replies: 15
Views: 11504

Can anyone tell me where I went wrong ? :(

Ok i wrote this.. bind pub * !test2 test2 proc test2 {nick uhost handle chan arg} { putquick "privmsg #Help :15" putquick "privmsg #Help :14" putquick "privmsg #Help :13" putquick "privmsg #Help :12" putquick "privmsg #Help :11" putquick "privms...
by NTHosts
Tue Jun 27, 2006 1:09 pm
Forum: Scripting Help
Topic: Is this possible ? (utimer)
Replies: 4
Views: 4277

Is this possible ? (utimer)

say i have a simple responder script that says a few lines like... putserv "msg $chan :bleah" putserv "msg $chan :bleah" putserv "msg $chan :bleah" putserv "msg $chan :bleah" is it possible to set utimers between them like.. putserv "msg $chan :bleah"...
by NTHosts
Tue Jun 27, 2006 11:12 am
Forum: Scripting Help
Topic: regexp help please [SOLVED]
Replies: 4
Views: 4061

regexp help please [SOLVED]

I have this regexp regexp { <td height="39" valign="top" id="description"><font color="white" face="verdana" size="2">(.*) - this txt changes </font></tr>} $topic1 - djnick the problem I have is the bit that says 'this txt changes' does cha...
by NTHosts
Sat Jun 10, 2006 4:36 pm
Forum: Scripting Help
Topic: egghttp please help :)
Replies: 4
Views: 7620

...

Nope its all run from my own server, so no firewall :(
by NTHosts
Fri Jun 09, 2006 4:18 pm
Forum: Scripting Help
Topic: egghttp please help :)
Replies: 4
Views: 7620

...

Ok I tried scrapping using egghttp and use sockets.. I came up with this... bind pub -|- !dj curdj set server "lynxfm.com" set port "9004" set pass "demo" proc curdj {nick host handle chan text} { global server port pass if {[catch {set sock [socket $server $port] } soc...
by NTHosts
Fri Jun 09, 2006 11:11 am
Forum: Scripting Help
Topic: egghttp please help :)
Replies: 4
Views: 7620

egghttp please help :)

Ok I have written this... set url "$ip:$port/admin.cgi?mode=viewxml" set djtrigger "!dj" set ip "lynxfm.com" set port "9004" set pass "whatever" set channel "#botchan" if {![info exists egghttp(version)]} { putlog "egghttp.tcl was NOT ...
by NTHosts
Thu Jun 08, 2006 8:25 am
Forum: Script Requests
Topic: Parsing a text file and remove a line
Replies: 1
Views: 2283

...

Search the forum, this has been done not long ago ;)
by NTHosts
Mon Jun 05, 2006 6:46 pm
Forum: Scripting Help
Topic: 2 second answer [ solved ]
Replies: 22
Views: 15118

hehe

I see my fault.. Thanks for yah help dood :D
by NTHosts
Mon Jun 05, 2006 5:30 pm
Forum: Scripting Help
Topic: 2 second answer [ solved ]
Replies: 22
Views: 15118

erm

I just tried to set it to

bind pub o|d

then gave the user +d on the bot, didnt' work though, am I doing it right ? :S
by NTHosts
Mon Jun 05, 2006 4:57 pm
Forum: Scripting Help
Topic: 2 second answer [ solved ]
Replies: 22
Views: 15118

perfect

Works perfect thanks..

One more thing though, how can i set this so only users with a certain flag on my bot can use it 2 enter a channel ?
Thing is i need 2 limit a channels access to only a few users but i don't wanna use keys or whatever, so if this could be done would be great :D
by NTHosts
Mon Jun 05, 2006 4:26 pm
Forum: Scripting Help
Topic: \n dosnt' work :s
Replies: 2
Views: 3759

hehe

Thanks, works perfect.. I shoulda guessed that myself eh :P

Oh well another day gone and a little bit more learnt :D thanks again :D