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

by Alchera
Mon Aug 18, 2003 8:28 am
Forum: Archive
Topic: Odd little Server connecting error
Replies: 8
Views: 3705

I get the same problem on the rare occasion when connecting to DALnet servers, I just either rehash the bot or restart it and it then reconnects to the server I originally intended it to connect to. Seems to happen after DALnet has had some drama I noticed.
by Alchera
Mon Aug 18, 2003 8:23 am
Forum: Archive
Topic: Password Timeout On DCC Chat
Replies: 5
Views: 1915

I get that all the time with my windrop (used to test scripts). Is annoying and is my firewall and one day I'll fix it. mIRC uses (on my system) port 7000 to DCC to my windrop & ZoneAlarm blocks it. All I do is shutdown the firewall, DCC chat to the bot, and then re-enable the firewall. :)
by Alchera
Mon Aug 18, 2003 8:19 am
Forum: Archive
Topic: "!*! failed OP" Need help with OPPING and other pr
Replies: 16
Views: 3670

Make sure your console is set for the channel you wish to use the commands for. Type .help console in DCC for more information.
by Alchera
Mon Aug 18, 2003 8:11 am
Forum: Archive
Topic: who script for bad chan
Replies: 4
Views: 1456

Hi,

I use an excellent one that I found in the TCL archives here. mc.banchan.tcl by MC_8. It has never failed me yet! :)
by Alchera
Sun Aug 17, 2003 11:08 pm
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 7774

I got it working.. finally!

Hi, A bit more patience, a bit more reading, a little re-working and I have what I wanted still working after 4 days..... bind notc - "*Identification to the nickname *" check:verify proc check:verify {nick host hand arg {dest ""}} { set msg [ctrl:filter $arg] if {[string equal $...
by Alchera
Sun Aug 17, 2003 10:47 pm
Forum: Archive
Topic: Tcl error [sl_ctcp]
Replies: 6
Views: 1808

Tcl error [sl_ctcp]

Hi, I just jumped a bot to another DALnet server and got the following message whilst in DCC.... [12:41] <Natale> [10:41] Tcl error [sl_ctcp]: expected boolean value but got "5:30" [12:41] <Natale> [10:41] CTCP VERSION: from acoolScan (VerScan@DALnet) Edited : The above error was generated...
by Alchera
Thu Aug 14, 2003 2:18 pm
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 7774

Thank you very much again Sir_Fz, and thanks to caesar also, I will try it again and see if it I get more than 24hrs use out of it (now that's the confusing bit). Someone suggested I e-mail DALnet and ask that they remove their stupid formatting but, as they never respond to e-mails I'd be wastng my...
by Alchera
Wed Aug 13, 2003 5:41 pm
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 7774

Ceased to function completely

Problem: having reverted back to my original method of stripping the bold chars, not one piece of the code works! There is no rhyme or reason to this rubbish and it's what I have been contending with off and on for days. The only method that never fails is the ACC trigger. This script was working 10...
by Alchera
Wed Aug 13, 2003 4:03 pm
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 7774

Once again, thank you very much for the help. :) It took me sometime to realise that the script was unable to parse the returned message from ChanServ because of the formatting. Not getting errors made it more frustrating for me as I knew that bind of yours was working, just the rest wasn't. I'm not...
by Alchera
Tue Aug 12, 2003 7:31 pm
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 7774

Thanks for that. Very much appreciated. :) I did, however, have to add a bit of code (from MC_8's Moretools.tcl) to strip the bold from the passed argument. The reason being is that I needed to parse the text and the bold just got in the way. Also, the script needs to work in every channel the bot s...
by Alchera
Mon Aug 11, 2003 7:03 pm
Forum: Archive
Topic: hello I need a script that will remove access when
Replies: 35
Views: 7774

Re:hello I need a script that will remove access when...

I stumbled across this post by accident and it was something I have had need of for ages. I have, however, modified the code for DALnet specific use. Below is what I have done: # Full name of channel services set chanserv "CHANSERV@SERVICES.DAL.NET" ## Don't change below this. bind mode - ...