]> jfr.im git - z_archive/twitter.git/blobdiff - twitter/ircbot.py
Merge branch 'shell' into master_shell_merge
[z_archive/twitter.git] / twitter / ircbot.py
index 64c4c81a84d3ef85e604a6b64aaf4a5009245969..a10a5f175a6f2ae8145621a2a2a8055a43504379 100644 (file)
@@ -26,7 +26,7 @@ password: <twitter_account_password>
   If no config file is given "twitterbot.ini" will be used by default.
 """
 
-BOT_VERSION = "TwitterBot 0.5.1 (http://mike.verdone.ca/twitter)"
+BOT_VERSION = "TwitterBot 1.0 (http://mike.verdone.ca/twitter)"
 
 IRC_BOLD = chr(0x02)
 IRC_ITALIC = chr(0x16)
@@ -250,16 +250,15 @@ def load_config(filename):
 
     return cp
 
-
-# Howdy, hacker!! You've found the secret Twitter business model!!
-#
-# 1. provide awesome status-update service
-# 2. buy a lot of new hardware to keep it running
-# 3. ???
-# 4. profit!
+# So there was a joke here about the twitter business model
+# but I got rid of it. Not because I want this codebase to
+# be "professional" in any way, but because someone forked
+# this and deleted the comment because they couldn't take
+# a joke. Hi guy!
 #
-# I'm just kidding... :3
-
+# Fact: The number one use of Google Code is to look for that
+# comment in the Linux kernel that goes "FUCK me gently with
+# a chainsaw." Pretty sure Linus himself wrote it.
 
 def main():
     configFilename = "twitterbot.ini"