[1752] in BarnOwl Developers
[nelhage/barnowl] ffc79f: Squelch some 'uninitialized' warnings in IRC compl...
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:21:23 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Wed, 30 Sep 2009 18:22:03 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/completion
Home: http://github.com/nelhage/barnowl
Commit: ffc79f8ed6937786b002e49960bb28245dc539fa
http://github.com/nelhage/barnowl/commit/ffc79f8ed6937786b002e49960bb28245dc539fa
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-09-30 (Wed, 30 Sep 2009)
Changed paths:
M perl/modules/IRC/lib/BarnOwl/Module/IRC/Completion.pm
Log Message:
-----------
Squelch some 'uninitialized' warnings in IRC completion.
IRC join, part, and quit messages have type IRC, but don't necessarily
have a sender or recipient, so check for those before storing them in
the completion list.