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

by raider2k
Sun Aug 23, 2020 4:09 am
Forum: Scripting Help
Topic: [SOLVED] which encoding for displaying ascii chars?
Replies: 3
Views: 3915

Tried a lot with iconv and it took me a very long time to figure the right set. In the end I could not say which setting was the correct one for iconv as I changed back to a latin locale on the eggdrop system and the owner of the ircd also upgraded to a newer version. As a matter of fact iconv helpe...
by raider2k
Wed Jun 17, 2020 2:03 am
Forum: Scripting Help
Topic: [SOLVED] which encoding for displaying ascii chars?
Replies: 3
Views: 3915

ok, that's new to me. before I look into it: how can I find out what is the current encoding of a file?
by raider2k
Tue Jun 16, 2020 11:29 pm
Forum: Scripting Help
Topic: [SOLVED] which encoding for displaying ascii chars?
Replies: 3
Views: 3915

[SOLVED] which encoding for displaying ascii chars?

hello everyone, I'm soon migrating to a newer debian version as support for the older ones will be dropped. to be prepared I installed debian 10 and installed latest eggdrop version. as I have lots of ascii characters in my scripts outputs (like • or » or german and nordic letters like ö) they are n...
by raider2k
Tue Mar 04, 2014 2:29 pm
Forum: Eggdrop Help
Topic: Limit partyline to localhost only?
Replies: 3
Views: 6517

Hi caesar, let me try to describe it a little bit better, using a random ip: a server running eggdrops has the ip xx.xx.xx.xx (connectable from anywhere in the world which I consider as "official ip") assigned to eth0 with port 3310 for eggdrops partyline access. Now what I dont like is an...
by raider2k
Mon Mar 03, 2014 12:22 pm
Forum: Eggdrop Help
Topic: Limit partyline to localhost only?
Replies: 3
Views: 6517

Limit partyline to localhost only?

Hello fellas and friends of eggdrops, I am wondering what I need to do to the conf file when I want the partyline (over telnet) to be accessed only from localhost and not over official IPs or something like that. Maybe this is just a tricky question and actually very simple to answer or find answers...
by raider2k
Wed Nov 10, 2010 12:10 pm
Forum: Eggdrop Help
Topic: windrop config need help
Replies: 11
Views: 10774

then im out of ideas if you made sure that dns resolving works in general and everything else internet- or connectivity-related as well :/
by raider2k
Wed Nov 10, 2010 12:07 pm
Forum: Eggdrop Help
Topic: windrop config need help
Replies: 11
Views: 10774

do windrops still use the resolv.conf? if so you might want to take a look at that ;)
by raider2k
Wed Nov 10, 2010 2:59 am
Forum: Scripting Help
Topic: check from pool
Replies: 3
Views: 3405

would you be so kind to help me out with a small explanation/introduction please? :D
by raider2k
Sun Oct 31, 2010 6:22 pm
Forum: Scripting Help
Topic: if server is up
Replies: 0
Views: 1849

if server is up

hi, at the moment im thinking of some kind of server ifup check executed by an eggdrop on irc. so im looking for any kind of advices on how to do this the best way. example: nick: !ifup bot: server 1: online bot: server 2: offline something like this, not sure if just pinging is a good idea/reliable...
by raider2k
Fri Oct 29, 2010 8:38 pm
Forum: Scripting Help
Topic: How to make Color Questions?
Replies: 9
Views: 5928

i still dont really get what you are after or is it so simple that you only like to do things like

Code: Select all

putserv "PRIVMSG $chan :This text is \002bold\002 and also in \00304color 4\003"
which appears as

This text is bold and also in color 4

on the channel of your choice?
by raider2k
Tue Oct 26, 2010 3:36 am
Forum: Scripting Help
Topic: TK: button background
Replies: 0
Views: 1838

TK: button background

hi, its me again with a tk question again i have grid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev }] .tabprev.bclose configure -background black as well as grid [ttk::button .tabprev.bclose -text "test" -command { destroy .tabprev } -background black] bu...
by raider2k
Sun Oct 24, 2010 4:07 pm
Forum: Scripting Help
Topic: check from pool
Replies: 3
Views: 3405

check from pool

hi everyone ;) what Im after this time is some kind of pool containing the last 50 news titles I gathered from webpages, ordered by time, including their source website (and so on but those things are only details). so if a new title has been read from a website that it is matched against the last 5...
by raider2k
Sun Oct 17, 2010 9:13 am
Forum: Script Requests
Topic: Invitation/SAJOIN Script :)
Replies: 2
Views: 3406

sorry that Im digging out this rather old threat, but I definately have to say thank you tomekk for both scripts, tested it, modified it, works like a charm :)
by raider2k
Mon Sep 13, 2010 3:27 am
Forum: Scripting Help
Topic: [SOLVED] exec command stopped working after upgrade
Replies: 10
Views: 6243

btw: I like to use

Code: Select all

if { [catch { .... } error0] } {
	putlog "procname/partname - $error0"
	return 0
}
which helps out quite a lot
by raider2k
Thu Sep 09, 2010 8:56 am
Forum: Eggdrop Help
Topic: linking across networks
Replies: 3
Views: 3235

Id suggest to see whats causing the link-error first before working on other things since what you are trying to do falls and rises with an unsuccesfull or successfull link between bots. another suggestion for a botnet would be to always have a hub bot and link the others to the hub (which hasnt loa...