February 25, 2010 at 2:41 pm
· Filed under Development, IRC
This is a currency converter written in TCL for Eggdrop, which is similar to the ucc.mrc I wrote for mIRC.
I used to use the xeucc.tcl, but that script no longer works and hasn’t been updated since 2008.
> !ucc 9 usd gbp
<Bot> Could not obtain results from XE.com, sorry!
Read the rest of this entry »
Permalink
November 20, 2009 at 10:04 am
· Filed under Development, IRC
Sometimes you need to know the time somewhere else in the world. I find it useful to get my eggdrop to return the time of another timezone…
> .tz london
<Bot> HM2K, The time for the london timezone is Fri Feb 13 23:31:30 2009
However, much like my old weather.tcl, I realised that my worldtime.tcl had passed it’s sell by date and had now expired.
My old worldtime.tcl which was based on a script by Murf which used worldtimeserver.com to gather it’s data had stopped working.
It would seem that worldtimeserver.com had changed their markup which meant that it was no longer possible to parse the correct data from the HTML.
Never mind, I thought, there must be a better way, that doesn’t need to use a third party website, that won’t stop working.
After all operating systems have worldtime build in without using a website, so how do they do it?
So, I did some investigation…
Read the rest of this entry »
Permalink
November 5, 2009 at 12:37 am
· Filed under IRC
Today, after I decided to hang out in #eggtcl on EFnet, someone asked the following:
<daILLeST> anyine know of a weather tcl that actually works? All the ones I find are outdated, or in another language…
I decided it was time that I updated my old weather.tcl based on a script by Ycarus for eggdrop bots.
Read the rest of this entry »
Permalink
October 14, 2009 at 12:23 pm
· Filed under Development, FreeBSD, IRC, Internet, Sysadmin
Today I wrote about Oidentd on Wikipedia. Ident as per RFC 1413 is used for a few different services, in particular IRC. A feature of oidentd that my users find useful is ident spoofing.
Read the rest of this entry »
Permalink
September 23, 2009 at 1:40 pm
· Filed under IRC, Internet
On Sunday July 19 2009 Hardy announced on the EFnet website that Demon Internet will be delinking efnet.demon.co.uk and hub.uk from the EFnet IRC network in August.
For me, it marks the end of an era. There are no more UK IRC servers on the EFnet IRC network.
Read the rest of this entry »
Permalink
September 4, 2009 at 11:23 am
· Filed under Development, IRC
Yes, my botnet is pretty lame, but it’s also kinda cool. I’m not talking about anything bad though.
My botnet is an eggdrop botnet that I use on the EFnet IRC network and it runs a script I called “lame”.
Read the rest of this entry »
Permalink
July 30, 2009 at 4:19 pm
· Filed under Development, IRC, PHP, Sysadmin
HM2K’s code repository is now open for business!
This repository is a collection of scripts and code i’ve written in various languages such as mIRC Script, Perl, PHP, TCL, AutoIT, JavaScript, Shell, VB Script and Batch. Read the rest of this entry »
Permalink
September 18, 2008 at 3:51 am
· Filed under Development, FreeBSD, IRC, Software, Sysadmin
I’m getting fed up with my current IRC BNC software. At the moment I’m using psyBNC, which means I have to connect to it like you would an IRC server, then issue commands to that to tell it to connect to the IRC server of your choice.
I no longer need the features of psyBNC and decided that there must be a better way.
At first I started looking at other, more basic BNC software, but then worked out that they work in very much the same way as psyBNC in the fact that you have to first connect to it, then tell it where to connect to.
So I thought… What about a socks5 proxy?
Read the rest of this entry »
Permalink
May 21, 2008 at 10:33 am
· Filed under IRC
Looking for someone? huh? Well, look no further, this script is designed to keep log of people quiting, parting, being kicked out of and changing their nick… It also tells you if they are still on IRC, on a different channel or such, its basically the easiest way to keep track of people. It can now also tell you when someone last spoke.
Read the rest of this entry »
Permalink
April 22, 2008 at 1:48 pm
· Filed under Google, IRC, SEO
Recently Matt Cutts posted an article on his blog about Recording an IRC channel on Linux/Ubuntu.
However, as you can see his article was all about using the irssi IRC client on Linux/Ubuntu.
I decided that some people may wish to know how to do it on Windows.
Here’s how…
Read the rest of this entry »
Permalink