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

by nml375
Fri Sep 15, 2017 1:39 pm
Forum: Eggdrop Help
Topic: Bots are not coming back from ping timeout
Replies: 26
Views: 36946

Hi again, Thanks for the input (and for correcting my incorrect options for "ps", must have been thinking of "ls"). From what I can tell, the following test is failing: set fileID [open "/proc/${botpid}/cmdline" "RDONLY"] gets $fileID temp close $fileID if {[s...
by nml375
Tue Sep 12, 2017 2:05 pm
Forum: Eggdrop Help
Topic: Bots are not coming back from ping timeout
Replies: 26
Views: 36946

The console output from running the botchk.tcl script would be very helpful, as well as a detailed process listing (ps -l) to see the status of the process in question.
by nml375
Tue May 23, 2017 5:27 pm
Forum: Script Requests
Topic: Pingmeter by arfer/nml375 colour lag meter not work
Replies: 5
Views: 7667

Well, this seems to be yet another issue with character sets and encodings... You'll find quite a few of them in the forum. You could try something as simple as this, I suppose: set char "\u258C" But then again, that might produce an entirely different output in mIRC as opposed to the term...
by nml375
Mon May 22, 2017 2:20 pm
Forum: Script Requests
Topic: Pingmeter by arfer/nml375 colour lag meter not work
Replies: 5
Views: 7667

Hi, The output of this script is designed to use UTF-8, and displays a character known as "Left half block". You can rather easily change the character shown (and go for a plain ascii-character) by editing this line (found in pPingCtcrReceive): set char [encoding convertto utf-8 \u258C] To...
by nml375
Sun Jan 29, 2017 10:34 am
Forum: Scripting Help
Topic: Common Error Installing Gseen & Stats
Replies: 5
Views: 7357

If you've never compiled an eggdrop before, there's quite a bit to learn... There are a few guides such as: http://docs.eggheads.org/installAndSetup/install.html https://github.com/eggheads/eggdrop/blob/develop/doc/COMPILE-GUIDE https://github.com/eggheads/eggdrop/blob/develop/doc/MODULES Be adviced...
by nml375
Sun Jan 29, 2017 9:49 am
Forum: Scripting Help
Topic: Common Error Installing Gseen & Stats
Replies: 5
Views: 7357

I'd suggest rebuilding your eggdrop along with modules from source.
That's the best way to make sure your eggdrop binary and modules are compatible
by nml375
Sun Jan 29, 2017 7:51 am
Forum: Scripting Help
Topic: Common Error Installing Gseen & Stats
Replies: 5
Views: 7357

You are trying to load a 32-bit module in an eggdrop compiled for 64-bit system.
Generally, you should not copy the .so-files from one eggdrop installation to another, but rather build the modules from source on each installation.
by nml375
Sun Dec 04, 2016 3:34 pm
Forum: Scripting Help
Topic: !IMdB TCL kick Issue by Ford_Lawnmower
Replies: 11
Views: 11277

"Handle" is a different name for a user's (or bot's) username within the eggdrop user database.
by nml375
Sun Dec 04, 2016 2:51 pm
Forum: Scripting Help
Topic: !IMdB TCL kick Issue by Ford_Lawnmower
Replies: 11
Views: 11277

Managing user privileges is a rather basic task all bot-owners should be well-versed in. https://www.egghelp.org/using.htm#userfile should at least be a good start for you.
by nml375
Sun Dec 04, 2016 1:31 pm
Forum: Scripting Help
Topic: !IMdB TCL kick Issue by Ford_Lawnmower
Replies: 11
Views: 11277

I am not familiar with "Pro Bot"...
Is that an eggdrop (script/module/etc)or other kind of irc robot?

As for eggdrops, the way to set any flags (including "Friend", +f), would be using the .chattr command.
by nml375
Sun Dec 04, 2016 11:44 am
Forum: Scripting Help
Topic: !IMdB TCL kick Issue by Ford_Lawnmower
Replies: 11
Views: 11277

Hello, This is not an issue with the Imdb-script you are using, but how the flood protections of client/bot/whatever "SilentTwilight" has been setup. If "SilentTwilight" is an eggdrop bot, I suggest you make sure "Statistics" is properly identified and granted "Fri...
by nml375
Thu Oct 20, 2016 2:12 pm
Forum: Scripting Help
Topic: http geturl bracket issue [solved]
Replies: 6
Views: 9067

[] are used for command substitutions, and will cause issues with your code. Further, http URI's can't contain literal [], so you'll have to use %-substitutions; replace [ with %91, and ] with %93 Edit: Accidentally wrote the decimal values as opposed to the hexadecimal ones; "[" => "...
by nml375
Thu Sep 29, 2016 6:23 pm
Forum: Scripting Help
Topic: TCL error
Replies: 9
Views: 10606

So when this bind that normally passes a text string does so, and hits the parameter named args in that place, it is converted on-the-fly from a string to a list? Well, to put it correctly, the text string is not converted into a list, but inserted as a single list element into a list. Simply put, ...
by nml375
Thu Sep 29, 2016 4:28 pm
Forum: Scripting Help
Topic: TCL error
Replies: 9
Views: 10606

Be advised that we do not support piracy, and torrents tend to be synonymous with piracy these days: From forum rules: No requesting help on anything involving "piracy" (of software, movies, or otherwise), because it's illegal in most places. With that said, for those stumbling into this t...
by nml375
Fri Aug 12, 2016 2:03 pm
Forum: Modules & Programming
Topic: Trojan in eggdrop module false positive ?
Replies: 7
Views: 16246

I would assume they (Avast) classify it as a positive trojan, as eggdrops have been used to power malicious botnets in the past. To be honest, I'd almost expect them to classify any irc-client as an intrusion or trojan... Sadly, I doubt they'll change their minds about it. Best bet is to get the bin...