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

by DrTongue
Fri Nov 18, 2005 5:29 pm
Forum: Scripting Help
Topic: command in .tcl to exclude ops
Replies: 6
Views: 11776

Thank you Sir! Works like a charm! :D
by DrTongue
Thu Nov 17, 2005 7:08 pm
Forum: Scripting Help
Topic: command in .tcl to exclude ops
Replies: 6
Views: 11776

Ok sorry....here is the script itself that makes the bot respond with a message in the channel: bind msgm - "*" proc:laina #seting respondiendo el Privado set chan "#channel" proc proc:laina {nick uhost hand arg} { global chan set line [string trim $arg] if {$nick == "SeenSe...
by DrTongue
Thu Nov 17, 2005 6:46 pm
Forum: Scripting Help
Topic: command in .tcl to exclude ops
Replies: 6
Views: 11776

So:

if {([matchattr $hand o|o])} {
return 0
}

???

And would $nick or nick be what I should use instead of $hand?
by DrTongue
Thu Nov 17, 2005 6:19 pm
Forum: Scripting Help
Topic: command in .tcl to exclude ops
Replies: 6
Views: 11776

command in .tcl to exclude ops

I have a .tcl that when someone in the channel private messages the bot, the bot itself says in channel: "<nick> You were asked not to private message anyone when you entered." The problem is when someone does it who is an op and they use /msg to op or IDENT or whatever, they receive this ...
by DrTongue
Wed Jan 12, 2005 9:13 pm
Forum: Archive
Topic: Connectiong to bot now that I'm behind a hub with firewall
Replies: 2
Views: 1120

Connectiong to bot now that I'm behind a hub with firewall

I was just using a single computer before and always connected to my bot via /DCC <botnick> CHAT. Now I have been networked to 3 other computers and am behind a hub that has a built in firewall and I can no longer connect to the partyline they way I used to. I have to connect via /ctcp <botnick> cha...
by DrTongue
Mon Jun 07, 2004 1:29 pm
Forum: Archive
Topic: Trying to upgrade to 1.6.16
Replies: 2
Views: 1519

Thank you gb, the gmake command did it! I appreciate the advice. 8)
by DrTongue
Sun Jun 06, 2004 9:18 pm
Forum: Archive
Topic: Trying to upgrade to 1.6.16
Replies: 2
Views: 1519

Trying to upgrade to 1.6.16

Tried to upgrade from 1.6.15 to 1.6.16, Used the 'quick method' as described here on slennox's site. I get through the initial tar command, then the cd eggdrop command, then the ./configure, then I get the prompt for the 'make config' command and after entering that I get "permission denied&quo...
by DrTongue
Sun Apr 18, 2004 12:07 pm
Forum: Archive
Topic: Bot just stopped working.........sorta
Replies: 2
Views: 1304

Thank you Sir, that was it. The vhost was/is still listed on the shell, but I swithced IP's and the vhost and it popped up right on line. Thank you again.

:D
by DrTongue
Sun Apr 18, 2004 11:09 am
Forum: Archive
Topic: Bot just stopped working.........sorta
Replies: 2
Views: 1304

Bot just stopped working.........sorta

Ok, in a nutshell. Bot has been working fine for a LONG time. During the night, it 'pinged out' and has yet to return online. Have ssh'd to the shell, re-started the bot, I get the usual 'start up' dialog confirming launched into the background, but the other bots that are usually linked to it don't...
by DrTongue
Sun Jan 25, 2004 3:33 pm
Forum: Archive
Topic: "[ ]"s in .tcl script
Replies: 1
Views: 759

"[ ]"s in .tcl script

I am using a script that detects people if they "set away' in channel. One example of a trigger for this is "*away*(*)*" Recently I noticed more and more people using "<nick> [away] Doing something" So I tried to set "*[away]*" as a trigger in the script. After reh...
by DrTongue
Sun Jan 04, 2004 8:07 pm
Forum: Archive
Topic: Making \$nick bold from .tcl script
Replies: 4
Views: 1082

Great, so I wasn't even in the ballpark. I woulda SWORN I saw that somewhere. Oh well, not the first time and probably not the last.

so \002 \$nick :\002 Please don't........

or would it be just $nick

I will try the first and if it doesn't work will check back here :)

Thanks.......
by DrTongue
Sun Jan 04, 2004 7:48 pm
Forum: Archive
Topic: Making \$nick bold from .tcl script
Replies: 4
Views: 1082

Making \$nick bold from .tcl script

Have a small .tcl script that warns people for channel rules.....caps, colors...so on and so on. It currently uses: " \$nick :Please don't yada yada......" How can I make the nick appear in bold Like this: <nickname>: Please don't yada yada..... I have tried \00303 \$nick :\003 and \00303 ...
by DrTongue
Sat Dec 20, 2003 12:06 am
Forum: Archive
Topic: nopartflood.tcl for channel protection
Replies: 1
Views: 808

nopartflood.tcl for channel protection

Hello.... I am looking for the nopartflood.tcl to add to my bot for channel protection. I find it here on the site listed as 'nopartflood.tcl.bz2' When I try to view this .tcl I can not understand it. Would this be uploaded and added via 'source/scripts' at the bottom of the config file? I guess its...
by DrTongue
Mon Dec 15, 2003 4:48 pm
Forum: Archive
Topic: way to delay onjoin message by bot
Replies: 4
Views: 1033

Thank you both for responding. I am REALLY trying to learn all this myself. I had tried different variables of what you have suggested but just kept getting little things wrong. Usually ending up in "wrong args" error messages from the bot :) Thanks again.
by DrTongue
Sun Dec 14, 2003 12:14 pm
Forum: Archive
Topic: way to delay onjoin message by bot
Replies: 4
Views: 1033

way to delay onjoin message by bot

Hello....I use an onjoin message .tcl by 'banned' What I am looking to do is delay the message briefly (10 seconds or so) when a person enters the channel instead of it being instantanious when they join. Is there a way that this can be done? Even by simply adding something to the .tcl?

Thank you