ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Add txircd whenever the version number is displayed #2

Closed Heufneutje closed 10 years ago

Heufneutje commented 10 years ago

I noticed whenever you connect, the version it displays is literally what's defined in init.py. I went ahead and prepended txircd, so the version is not just a number but includes the name of the IRCd as well.

ElementalAlchemist commented 10 years ago

Oops.

Instead of computing the string twice, can we (maybe right before all the sendMessage calls) only compute it once (maybe versionWithName)?

Heufneutje commented 10 years ago

I can do that. Probably get to that when I get to work.

ElementalAlchemist commented 10 years ago

Cool. Thanks!