Show
Ignore:
Timestamp:
01/26/07 17:03:10 (3 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
git-author:
Nelson Elhage <nelhage@mit.edu> / 2007-01-26T17:03:04Z-0500
Parents:
0da506ce9d98b7097cea151432f3eb19eab40e6d
Children:
a8a3433bfd484aaf85919e99ffbbfd32f6400491
git-committer:
Nelson Elhage <nelhage@mit.edu> / 2007-01-26T22:03:10Z+0000
Message:
Binding j to jwrite
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • perl/modules/jabber.pl

    r0da506c rac1bbe2  
    217217    if ( *BarnOwl::queue_message{CODE} ) { 
    218218        register_owl_commands(); 
     219        register_keys unless $BarnOwl::reload; 
    219220        push @::onMainLoop,     sub { BarnOwl::Jabber::onMainLoop(@_) }; 
    220221        push @::onGetBuddyList, sub { BarnOwl::Jabber::onGetBuddyList(@_) }; 
     
    419420} 
    420421 
     422sub register_keybindings { 
     423    BarnOwl::bindkey("recv j command jwrite"); 
     424} 
     425 
    421426sub cmd_login { 
    422427    my $cmd = shift;