chiark / gitweb /
new trouts from rjk
[irc.git] / commands.py
index f015b89a59754789d7f586e918f5a37323c2d5c6..640c694638774d192eddbf350eb686339e887e88 100755 (executable)
@@ -62,7 +62,7 @@ def fish_quota(pond):
         pond.quotatime=time.time()
 
 # List of things the bot might be called to work round the self-trouting code
-synonyms=["itself","the bot"]
+synonyms=["itself","the bot","themself"]
 
 # trout someone, or flirt with them
 def troutq(bot, cmd, nick, conn, public, cfg):
@@ -506,7 +506,7 @@ def getTweet(urlstring,twitapi):
   tweetID = parts[-1]
   try:
     status = twitapi.GetStatus(tweetID)
-    print status, type(status), status=={}
+    #print status, type(status), status=={}
     if status == {}:
         return "twitapi.GetStatus returned nothing :-("
     if status.user == None and status.text == None: