Changes between Initial Version and Version 1 of IRC


Ignore:
Timestamp:
Jun 20, 2009, 11:53:51 AM (15 years ago)
Author:
afarrell@MIT.EDU
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IRC

    v1 v1  
     1So you want to use IRC from Barnowl? Excellent!
     2
     3From the command line,
     4  mkdir -p ~.owl/modules
     5  cd ~/.owl/modules
     6  git archive --remote=git://barnowl.mit.edu/barnowl --prefix=IRC/ HEAD:perl/modules/IRC | tar x
     7
     8From Barnowl,
     9  :reload-module IRC
     10
     11Then you can use barnowl commands such as
     12  :irc-connnect irc.freenode.net
     13  :irc-join #barnowl
     14  :irc-msg #barnowl
     15     ----> /msg -a freenode #barnowl
     16     Hi everyone! I'm trying out IRC on barnowl!
     17
     18The usual message commands such as "r", "R", "i", etc. should work. If you want
     19to see the IRC commands and variables, use :show commands and :show variables
     20and look for the ones starting with "irc-" and "irc:". In general, the command
     21/foo in a traditional IRC client is :irc-foo in barnowl.
     22
     23:set irc:spew if you want a bunch of admin messages when you get unhandled IRC
     24events from the server. Not many of these are still useful, but if a command is
     25supposed to get you output and you don't see it, this is something to try.
     26
     27Ask geofft or -c barnowl if you have questions about getting it working.
     28
     29Add yourself to the barnowl-irc-users mailing list if you want an e-mail when I
     30add features and you should re-export the git archive.