fix autocomplete
[rainbowstream.git] / rainbowstream / rainbow.py
index 888b261f99fdbf52a06b012e1f5b093fc1926615..754b129844db3f561a3df7c88c9a76cc6762034e 100644 (file)
@@ -599,7 +599,7 @@ def listen():
     d = dict(zip(
         cmdset,
         [
-            ['public #', 'mine'],  # switch
+            ['public', 'mine'],  # switch
             [],  # home
             ['@'],  # view
             [],  # tweet
@@ -610,8 +610,8 @@ def listen():
             [],  # unfavorite
             ['#'],  # search
             ['image'],  # show image
-            [],  # follow
-            [],  # unfollow
+            ['@'],  # follow
+            ['@'],  # unfollow
             [],  # help
             [],  # clear
             [],  # quit