Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm

    r799b60e re979da9  
    7070        $BarnOwl::Hooks::mainLoop->add("BarnOwl::Module::Jabber::onMainLoop");
    7171        $BarnOwl::Hooks::getBuddyList->add("BarnOwl::Module::Jabber::onGetBuddyList");
    72         $BarnOwl::Hooks::getQuickstart->add("BarnOwl::Module::Jabber::onGetQuickstart");
    7372        $vars{show} = '';
    7473        BarnOwl::new_variable_bool("jabber:show_offline_buddies",
     
    223222}
    224223
    225 sub onGetQuickstart {
    226     return <<'EOF'
    227 @b(Jabber:)
    228 Type ':jabberlogin @b(username@mit.edu)' to log in to Jabber. The command
    229 ':jroster sub @b(somebody@gmail.com)' will request that they let you message
    230 them. Once you get a message saying you are subscribed, you can message
    231 them by typing ':jwrite @b(somebody@gmail.com)' or just 'j @b(somebody)'.
    232 EOF
    233 }
    234 
    235224################################################################################
    236225### Owl Commands
Note: See TracChangeset for help on using the changeset viewer.