Search found 239 matches

by tainted
Mon Mar 24, 2003 10:27 pm
Forum: Archive
Topic: help again!
Replies: 5
Views: 1167

edit the netset.tcl for that single bot?
by tainted
Mon Mar 24, 2003 10:16 pm
Forum: Archive
Topic: cycle
Replies: 2
Views: 840

bind dcc o hop hop_cycle proc hop_cycle {h i a} { putserv "PART $a" putserv "JOIN $a" } That should do it, though it will only cycle that single bot. If you need to cycle the entire net (yuck?) it will require a bit more work. NOTE: that script is insecure, most likely allowing ...
by tainted
Mon Mar 24, 2003 9:18 pm
Forum: Archive
Topic: Is there a command that Lists ALL users in the user file?
Replies: 6
Views: 1312

Its ALWAYS fun to reinvent the wheel. :roll:
by tainted
Mon Mar 24, 2003 10:33 am
Forum: Archive
Topic: Little question... very little about tcl...
Replies: 2
Views: 773

bind pub - something pub:something The first 'pub' is the type of a bind.. It means all public messages in channels. (see tcl-commands.doc also if you havent yet). The second 'pub' is just a label for the proc. When that bind is triggered by a message, it then will look for the proc "pub:somet...
by tainted
Mon Mar 24, 2003 10:07 am
Forum: Archive
Topic: Is there a command that Lists ALL users in the user file?
Replies: 6
Views: 1312

[dcc(bot)] .match 1 999 [bot(dcc)] [08:11] #eggs# match 1 999 [bot(dcc)] *** Matching '1': [bot(dcc)] HANDLE PASS NOTES FLAGS LAST [bot(dcc)] --- Found 0 matches. [dcc(bot)] .match ** 9999 [bot(dcc)] [08:11] #eggs# match ** 9999 [bot(dcc)] *** Matching '**': <snip> [bot(dcc)] --- Found 40 matches. ...
by tainted
Sun Mar 23, 2003 1:15 am
Forum: Archive
Topic: Tcl "hall of fame" script nominations
Replies: 25
Views: 38801

Re: Tcl "hall of fame" script nominations

slennox wrote: [*]Scripts written by myself (and any derived from them unless substantially transformed) are excluded, since they are already displayed prominently on the site.
[/list]
by tainted
Sat Mar 22, 2003 8:06 pm
Forum: Archive
Topic: Tcl "hall of fame" script nominations
Replies: 25
Views: 38801

Eh. Categories might include scripts for storing/retrieving information (i.e. "info" or "dictionary" scripts) I figured it was covered by this, as a data fetching tool (info fetching tool.. :roll:). Much like other utilities such as host lookups, whois database querys, weather sc...
by tainted
Sat Mar 22, 2003 6:55 pm
Forum: Archive
Topic: Tcl "hall of fame" script nominations
Replies: 25
Views: 38801

If I can nominate a module, it would have to be stats.mod for its livestats and easy configuration. Otherwise, I would have to say the egghttp for how many times it has saved fugging with the other http package.
by tainted
Sat Mar 22, 2003 9:23 am
Forum: Archive
Topic: Can't join channels
Replies: 4
Views: 1327

I believe you need to escape them, like this:

Code: Select all

channel add #\[ms\] {
by tainted
Sat Mar 22, 2003 9:21 am
Forum: Archive
Topic: PM inbox with fionefour
Replies: 1
Views: 777

PM inbox with fionefour

Im running Opera 7 with the board's fionefour theme, and in my private message inbox i can't mark any of the boxes to select messages to delete. Not too sure if its a bug in Opera or in the theme..
by tainted
Tue Jan 28, 2003 4:14 pm
Forum: Archive
Topic: http
Replies: 10
Views: 2754

The closest I have seen to this is stats.mod's livestats - it lacks the login and channel ban info, but with a bit of work on the mod (if you know c well enough) I'm sure all this could be done.
by tainted
Tue Jan 28, 2003 2:15 am
Forum: Archive
Topic: Is there script to
Replies: 6
Views: 1561

Then dont set them as friends.
by tainted
Tue Jan 28, 2003 2:06 am
Forum: Archive
Topic: i will give free shells
Replies: 12
Views: 5056

*comforts hotmail's mail servers*
by tainted
Tue Jan 28, 2003 2:04 am
Forum: Archive
Topic: Forum upgrade
Replies: 4
Views: 1451

I use "fione.." and everything seems alright here. ;)
by tainted
Wed Jan 15, 2003 8:29 pm
Forum: Archive
Topic: eggdrop crashes on channel join.
Replies: 21
Views: 5399

I start the bot using Putty SSH. the command line i use is; eggdrop -n , and my shell provider does not provide precompiled eggdrops. This may be a wild shot, but give it a try anyways. At your shell prompt, do 'which eggdrop'. If you are issuing 'eggdrop -n', try changing to your /home/user/eggdro...