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...
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...
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...
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...
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...
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...
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...
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
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...