Network/IRC/IrcChannelWidget.py

changeset 2243
c0323a43d966
parent 2242
3fae9858ea69
child 2244
654aaddbc2b9
equal deleted inserted replaced
2242:3fae9858ea69 2243:c0323a43d966
151 MessageIndicator = "***" 151 MessageIndicator = "***"
152 152
153 # TODO: add context menu to users list with these entries: 153 # TODO: add context menu to users list with these entries:
154 # Whois 154 # Whois
155 # Private Message 155 # Private Message
156 # TODO: add "Auto WHO" functionality (WHO <channel> %nf)
157 # The possible combinations for this field are listed below:
158 # H The user is not away.
159 # G The user is set away.
160 # * The user is an IRC operator.
161 # @ The user is a channel op in the channel listed in the first field.
162 # + The user is voiced in the channel listed.
156 # TODO: add context menu to messages pane with these entries: 163 # TODO: add context menu to messages pane with these entries:
157 # Copy 164 # Copy
158 # Copy Link Location 165 # Copy Link Location
159 # Copy All 166 # Copy All
160 # Clear 167 # Clear

eric ide

mercurial