Network/IRC/IrcChannelWidget.py

changeset 2243
c0323a43d966
parent 2242
3fae9858ea69
child 2244
654aaddbc2b9
--- a/Network/IRC/IrcChannelWidget.py	Sun Dec 02 15:54:15 2012 +0100
+++ b/Network/IRC/IrcChannelWidget.py	Sun Dec 02 18:52:03 2012 +0100
@@ -153,6 +153,13 @@
     # TODO: add context menu to users list with these entries:
     #       Whois
     #       Private Message
+    # TODO: add "Auto WHO" functionality (WHO <channel> %nf)
+    #       The possible combinations for this field are listed below:
+    #       H The user is not away.
+    #       G The user is set away.
+    #       * The user is an IRC operator.
+    #       @ The user is a channel op in the channel listed in the first field.
+    #       + The user is voiced in the channel listed.
     # TODO: add context menu to messages pane with these entries:
     #       Copy
     #       Copy Link Location

eric ide

mercurial