[1612] in BarnOwl Developers
[nelhage/barnowl] cff58b: Fix the filter commands.
daemon@ATHENA.MIT.EDU (noreply@github.com)
Thu Oct 29 18:18:54 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
Date: Mon, 10 Aug 2009 18:56:24 -0700
To: barnowl-dev@mit.edu
From: noreply@github.com
Branch: refs/heads/master
Home: http://github.com/nelhage/barnowl
Commit: cff58b4a04b239b83270c98867cb2ba695ee3561
http://github.com/nelhage/barnowl/commit/cff58b4a04b239b83270c98867cb2ba695ee3561
Author: Nelson Elhage <nelhage@mit.edu>
Date: 2009-08-10 (Mon, 10 Aug 2009)
Changed paths:
M perl/lib/BarnOwl.pm
Log Message:
-----------
Fix the filter<foo> commands.
Registering commands from the top-level in BarnOwl.pm doesn't work,
because the command dictionary isn't set up yet, so delay the
registration until the startup hook.