Search found 274 matches

by incith
Tue Jan 27, 2009 7:27 am
Forum: Script Support & Releases
Topic: incith:pisg (r82) (Jan. 20th, 2009) (Windows Compatible)
Replies: 17
Views: 30326

I think you're the guy I helped earlier in IRC -- to anyone else who may get this problem, the below is because he set the "pisg" setting to the folder of pisg, and not to the actual pisg perl script/executable/binary/whatever you want to call it. variable pisg {/home/admin/pisg-0.72 /pisg...
by incith
Mon Jan 26, 2009 10:30 am
Forum: Script Support & Releases
Topic: incith:acronym (r128) (Sep. 13th, 2009)
Replies: 32
Views: 28986

Looks like you have the arguments reversed. #channel +setting: (07:29:59) (incith) .chanset #incith +acronym (07:29:59) <visitant> Successfully set modes { +acronym } on #incith. # Usage: # # .chanset #channel +acronym # # !acronym <acronym> #
by incith
Wed Jan 21, 2009 11:01 am
Forum: Script Support & Releases
Topic: incith:acronym (r128) (Sep. 13th, 2009)
Replies: 32
Views: 28986

2 years... sheesh. Script updated! r101 released and submitted.
by incith
Wed Jan 21, 2009 4:47 am
Forum: Script Support & Releases
Topic: incith:filemirrors (r98) (Jan. 21st, 2009)
Replies: 1
Views: 5882

Well, I finally got around to fixing this up, r98 released and submitted, hopefully it will work well for everyone. :)
by incith
Wed Jan 21, 2009 12:48 am
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 652214

I think he's on 0.5b1 last I checked.. might want to upgrade (first page/post).
by incith
Tue Jan 20, 2009 8:43 am
Forum: Script Requests
Topic: invite/password script using mysql db search
Replies: 3
Views: 3419

Impressive tomekk. :)
by incith
Mon Jan 19, 2009 7:25 pm
Forum: Script Support & Releases
Topic: incith:NickServ (Any Network) (r88) (Jan. 19th, 2009)
Replies: 2
Views: 6315

incith:NickServ (Any Network) (r88) (Jan. 19th, 2009)

Newest versions of my scripts are always available @ incith.com if they are not yet available on the Tcl archive . Script I wrote, at first, to work with FreeNode, and then I decided it could just work anywhere with a few simple variables. The script will not send any log output, it just watches for...
by incith
Mon Jan 19, 2009 5:32 pm
Forum: Script Support & Releases
Topic: Help me please irco.voicecontrol.tcl
Replies: 10
Views: 9041

That'll teach me to post a few seconds after waking up. :D
by incith
Mon Jan 19, 2009 5:30 pm
Forum: Script Requests
Topic: Dota League Script
Replies: 14
Views: 11469

But where is the data coming from...? The player names and their scores and etc.
by incith
Mon Jan 19, 2009 4:22 pm
Forum: Script Support & Releases
Topic: Help me please irco.voicecontrol.tcl
Replies: 10
Views: 9041

Try {} instead of "", e.g.

Code: Select all

putserv "kick $chan $who :$why kick by $nick"
..becomes..

Code: Select all

putserv {kick $chan $who :$why kick by $nick}
If that doesn't work I guess some escaping will have to be done on the nick.
by incith
Mon Jan 19, 2009 4:19 pm
Forum: Script Requests
Topic: Dota League Script
Replies: 14
Views: 11469

I probably won't work on this but just as an fyi, it probably will help you (and all the other people lately) if you post data sources, so that they can see what and WHERE you are trying to parse data from.

Otherwise nobody knows what you really need or want.
by incith
Sat Jan 17, 2009 8:28 pm
Forum: Script Support & Releases
Topic: Code for botnet to run same script (Rev 1.4)
Replies: 10
Views: 10996

Ok, I updated/fixed the botnet code some (rev1.2), and added it to rss-synd 0.5b1 as an example, untested but it should work (it loads at least :P) Demonds RSS News 2.2 + botnet code: http://incith.com/eggdrop/rssnews2.2-botnet.tcl RSS Synd 0.5b1 + botnet code: http://incith.com/eggdrop/rss-synd-05b...
by incith
Fri Jan 16, 2009 1:42 pm
Forum: Script Requests
Topic: Dictionary? speechles if you don' mind? :D [SOLVED]
Replies: 41
Views: 39138

Standard debug code of course. :P
Remove:

Code: Select all

      # DEBUG DEBUG                    
      set junk [open "ig-debug.txt" w]
      puts $junk $html
      close $junk
by incith
Thu Jan 15, 2009 6:05 pm
Forum: Script Support & Releases
Topic: incith:xrl (r94) (Jan. 20th, 2009) (+TinyURL and x0.no)
Replies: 34
Views: 36158

Cool, really nice job! Downloading and testing. Thanks Master! off: I would like to see multilang support for all your tcl script any day. Like to load lng file with all strings for easy translation by user to your language. Im each revision we need find and replace prudentially whole script. Yes, ...