315 for connection in connectionList: |
315 for connection in connectionList: |
316 connection.sendEditorCommand(projectHash, filename, message) |
316 connection.sendEditorCommand(projectHash, filename, message) |
317 |
317 |
318 def __findConnections(self, nick): |
318 def __findConnections(self, nick): |
319 """ |
319 """ |
320 Public method to get a list of connection given a nick name. |
320 Private method to get a list of connection given a nick name. |
321 |
321 |
322 @param nick nick name in the format of self.nickName() (string) |
322 @param nick nick name in the format of self.nickName() (string) |
323 @return list of references to the connection objects (list of |
323 @return list of references to the connection objects (list of |
324 Connection) |
324 Connection) |
325 """ |
325 """ |