[Bugs] #581 UNSP: IRC Journal support
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Thu Jun 17 08:59:56 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 ganderson):
I was working on this last night because the run_command() function calls
the events.trigger() function (which gets called again with "OwnRaw" and
the message is "NICK :geoffisawesome" (where 'geoffisawesome' is a nick
that I plugged in with the run_command :P)
So you to dive into this some more. I wonder if there's an issue "under
the hood"
-Geoff
Replying to [comment:4 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:5>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list