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

by CharlesZink
Sat Apr 10, 2010 4:26 pm
Forum: Scripting Help
Topic: IF / ELSEIF Help??
Replies: 1
Views: 2382

IF / ELSEIF Help??

Hi, this is what I have gotten so far and it doesn't say anything in chat, but I do get this error message in Telnet.. [20:22] Tcl error [website_disp]: syntax error in expression "$channel == #techhelpwithjeff": character not legal in expressions So I guess the '#' is the problem, but how...
by CharlesZink
Fri Mar 19, 2010 2:15 pm
Forum: Eggdrop Help
Topic: Not Able to DCC or Telnet - I HAVE checked everything
Replies: 5
Views: 8731

Yep

I'm having the same exact problem. No way to DCC or Telnet. I just get 'Connection Error'. I'm using Debian 5.0 on a VPS.

Has anyone resolved this? I really need DCC access.
by CharlesZink
Fri Mar 19, 2010 1:57 pm
Forum: Scripting Help
Topic: MSG Commands?
Replies: 4
Views: 3896

?

Ok Thanks. What is the <user@host> for? What am I suppose to put in there?
by CharlesZink
Tue Mar 16, 2010 8:27 pm
Forum: Scripting Help
Topic: MSG Commands?
Replies: 4
Views: 3896

MSG Commands?

Not sure if this should be in help or scripting help. My bot won't respond to messages. Here is what I have,

Code: Select all

bind msg - test test_msg

proc test_msg {nick host handle channel testes  } {
putserv "PRIVMSG $nick :It works!"
return 0
} 
by CharlesZink
Wed Mar 03, 2010 11:58 pm
Forum: Scripting Help
Topic: My Channel Operations Script
Replies: 8
Views: 4488

Thanks

Thank you for taking the time to give me that voice code. Once I start putting the bot on multiple channels, I will use that. Off to remove the colon :-D
by CharlesZink
Wed Mar 03, 2010 6:09 pm
Forum: Scripting Help
Topic: My Channel Operations Script
Replies: 8
Views: 4488

WHAT THE HELL?

Woah! My bot is totally freaking out! I copied the voice code you edited and showed me and this is what I'm getting <~TheNerdTV> !voice advcomp2019 * Terminator sets mode: +p-s And it does different stuff depending on each person? <~TheNerdTV> !voice SamsTechAnswers * Terminator sets mode: +smcT Any...
by CharlesZink
Wed Mar 03, 2010 2:40 pm
Forum: Scripting Help
Topic: My Channel Operations Script
Replies: 8
Views: 4488

Thanks

Thanks for the help! I will re-code it all and see if it works. Much appreciated.

This page, http://www.egginfo.org/?page=tcl, has an amazing amount of info on some of the commands too.
by CharlesZink
Wed Mar 03, 2010 2:17 pm
Forum: Scripting Help
Topic: My Channel Operations Script
Replies: 8
Views: 4488

RE

Ok, thanks. I partially understand what your saying, but how should I make this apply to the other commands like !voice and such? Would this work: proc voice_nick {nick host handle channel testes } { putserv "MODE $channel :+v $testes" return 0 } For some reason I just don't think it's goi...
by CharlesZink
Tue Mar 02, 2010 10:01 pm
Forum: Scripting Help
Topic: My Channel Operations Script
Replies: 8
Views: 4488

My Channel Operations Script

Hi guys, I've posted a couple questions around here and the help has been great! I just started trying to learn TCL. I've mostly learned from reading other peoples scripts, and trial & error. This is my first attempt at a script and it works.. Sorta. Some commands don't work at all, and other do...
by CharlesZink
Mon Mar 01, 2010 3:16 pm
Forum: Eggdrop Help
Topic: Nothing Seems To Work :-(
Replies: 4
Views: 3392

Sorta...

Ok, I found one of my problems (at least I think it was a problem) was that I hadn't changed the permissions on my .conf file to 755, which I've been reading you need to do. I tried /DCC CHAT Terminator and it works...Sometimes. Occasionally it will connect and other times it will still time out. It...
by CharlesZink
Sun Feb 28, 2010 11:26 pm
Forum: Eggdrop Help
Topic: Nothing Seems To Work :-(
Replies: 4
Views: 3392

Nope :-(

I've done all that and it doesnt work.
by CharlesZink
Sun Feb 28, 2010 7:49 pm
Forum: Eggdrop Help
Topic: Nothing Seems To Work :-(
Replies: 4
Views: 3392

Nothing Seems To Work :-(

Hi guys, It's TheNerdTV, I forgot my pass :-) Anyways, nothing seems to work for me. I've been reading about eggdrop and the built in commands like .op, etc. None of these work for me, the bot doesn't even respond. Also, I've been reading about the 'partyline' and getting into it by going /ctcp <bot...