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

by arfer
Thu Oct 06, 2011 9:49 pm
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

OK nvm. I found it.

set stealth-telnets

I will have to modify the code again
by arfer
Thu Oct 06, 2011 9:29 pm
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

Thanks crazyCat. However, all is not perfect yet. I am still having difficulties with the consistency of the nick login prompt with some users bots. Sometimes the prompt is :- 'Please enter your nickname.' This is from core english file 0x53e My client is coded to capture and respond to this prompt ...
by arfer
Thu Oct 06, 2011 1:28 pm
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

It certainly crossed my mind nml375. I suppose the reality is that I don't really need to. There are three areas that I need to deal with. First, and most important, those relatively few messages the client needs to capture in order to function correctly. Login username prompt, password prompt etc. ...
by arfer
Thu Oct 06, 2011 6:21 am
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

CrazyCat, could you please confirm your last post. According to the core english language file the acknowledgement that a user has joined the partyline is as follows :- 0xe13,*** %s has joined the party line.\n This should translate to the French :- 0xe13,*** %s a rejoint la party line.\n Is this no...
by arfer
Wed Oct 05, 2011 5:30 pm
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

I will include simplistic language units to match against the login sequences for all 5 Eggdrop languages, if I am able. There are actually three sequences I need, the first two of which you have kindly given French translations for :- Please enter your nickname. == Entrez votre surnom. Enter your p...
by arfer
Wed Oct 05, 2011 3:47 pm
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

Thanks again for your help even though your findings are disappointing. For the time being I will have to edit my original post here and the download website to indicate that the client only functions correctly with English language Eggdrops. I will make every attempt to modify the code to include o...
by arfer
Wed Oct 05, 2011 10:04 am
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

Thanks for your input CrazyCat. I have to be possitive about suggestions whatever they are and however difficult to code they might be, after all I posted this thread to obtain helpful feedback. I must admit I had not considered languages. This does pose an important issue. The client does capture t...
by arfer
Tue Oct 04, 2011 9:51 am
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

Thanks for comments, the command history feature was a bit of a pig to code. I really need more ppl to try the client and enjoy the benefits. Generally connection to Eggdrop partyline is done by way of dcc chat (or failing that /ctcp chat) with telnet is seen as a last resort. Very 1980's. I'm sure ...
by arfer
Sat Oct 01, 2011 8:56 am
Forum: Script Requests
Topic: Channel message with variable number and frequency via query
Replies: 4
Views: 4636

Give this a try. I've done some minimal testing # announce.tcl # /msg <botnick> announce ?#channelname? ?frequency? ?number? <message> # first announcement will be after 1 minute, thereafter at the frequency specified ### ----------------------------------------------------------------------- ### ##...
by arfer
Thu Sep 29, 2011 4:36 am
Forum: Scripting Help
Topic: Botnet relay script
Replies: 2
Views: 3073

I'm not sure if it's the only problem but the mask in a pubm bind is matched against #channelname followed by channel text. In any event, even if it worked, your proc would only respond to $send and not $send <text here>. bind PUBM - "#% \$send ?*" myproc proc myproc {nick uhost hand chan ...
by arfer
Wed Sep 21, 2011 7:54 am
Forum: Eggdrop Help
Topic: What does this mean; " Failed to connect (invalid port)
Replies: 7
Views: 12689

DCC can be difficult to set up. The DCC ports in your IRC client must match those settings in your router/firewall that pass traffic to your PC. If you can't get it to work, try /ctcp <botnick> chat Otherwise you will have to use telnet to get on the bot's partyline (for this you will have to set a ...
by arfer
Mon Sep 05, 2011 10:18 am
Forum: Eggdrop Help
Topic: Eggdrop Telnet Client
Replies: 88
Views: 152839

Eggdrop Telnet Client

Looking for feedback from users of my Eggdrop Telnet Client (for windows OS) which I have called Defero. http://defero.ircspeed.org It is supplied as a .exe windows installer. The stored connection strings are held in a .xml file which is automatically created in a subdirectory of the users personal...
by arfer
Thu Jul 21, 2011 7:13 am
Forum: Scripting Help
Topic: need to add a timer into this code..
Replies: 2
Views: 2602

The code you posted doesn't include the output statements, so it is difficult to reply with specifics. However, I can offer an example of how you could output timed statements. Before I do, I am doubtful about your attempt to assign the output method to the variable 'way'. set way "PRIVMSG $cha...
by arfer
Wed Jul 20, 2011 3:00 am
Forum: Eggdrop Help
Topic: Ok.. I give up, and I'm waving the white flag
Replies: 3
Views: 4529

I have recollections of struggling with this problem several years ago. In particular I couldn't get simple port forwarding to work. I now have a modern fast router and as confirmation I switched off the DCC virtual server and installed port forwarding as you suggested. It doesn't work. I know I tri...
by arfer
Tue Jul 19, 2011 3:15 pm
Forum: Eggdrop Help
Topic: DCC/Telnet connection delay
Replies: 4
Views: 5002

The reason for the delay is because the bot's telnet server is waiting for a response to an ident request on port 113. If you join the partyline by some other method and watch events while you try to connect via telnet, you will see the connection attempt and some seconds later the ident timeout. Yo...