[Bugs] #581 UNSP: IRC Journal support
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Wed Jun 16 10:40:36 EDT 2010
#581: IRC Journal support
------------------------------------------+---------------------------------
Reporter: wadeb | Owner: bvuong
Type: enhancement | Status: assigned
Priority: Unspecified by Maintainer | Milestone: Unspecified by Release Team
Component: Irc | Version: Git as of bugdate
Severity: Major | Keywords:
Distribution: Unspecified | Status_field: Unconfirmed
------------------------------------------+---------------------------------
Comment(by bvuong):
# found in Network of irc.py
def raw(self, msg):
self.events.trigger("OwnRaw", network=self, raw=msg)
if self.status >= INITIALIZING:
self.socket.send(msg + "\r\n")
I got the error: Error handling: OwnRaw
when running self.client.run_command("/nick " + self.metadata['nickname'])
or self.client.run_command("/nick testingname")
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/581#comment:4>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list