Changes between Version 1 and Version 2 of IRC
- Timestamp:
- 12/16/08 08:53:25 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IRC
v1 v2 5 5 (Adapted from Will Coleda's posting on our mailing list Aug 29 2007.) 6 6 7 purl in `#parrot` now supports message relay, thanks to Masque++.7 ''purl'' in `#parrot` now supports message relay, thanks to `Masque++`. 8 8 9 To send a message to another user via purl, you can (either in private conversation with purl or in #parrot), type:9 To send a message to another user via ''purl'', you can (either in private conversation with ''purl'' or in `#parrot`), type: 10 10 {{{ 11 11 19:15 <@Fred> msg Coke The frobulator is borken. … … 15 15 Note that your msg entry does not begin with the forward slash character (/) which other IRC commands begin with. 16 16 17 Then, when purlsees the recipient unidle, she will send them a private message:17 Then, when ''purl'' sees the recipient unidle, she will send them a private message: 18 18 {{{ 19 19 19:16 <purl> You have 1 message waiting. … … 33 33 }}} 34 34 35 Note that timestamps are based on purl's time zone, not yours.35 Note that timestamps are based on ''purl'' 's time zone, not yours. 36 36 37 Note that gossipbot (née messagebot) was a completely separate code base developed by Infinoid (based on a throw away idea from me); As this was being tested, purl started responding to some of the automated messages, and masque was prompted to fix purl's messages. gossipbot is now frozen in an svn repository somewhere; long live purl!37 Note that ''gossipbot'' (née ''messagebot'') was a completely separate code base developed by `Infinoid` (based on a throw away idea from me); As this was being tested, ''purl'' started responding to some of the automated messages, and `masque` was prompted to fix purl's messages. ''gossipbot'' is now frozen in an svn repository somewhere; long live ''purl''! 38 38 39 === svnbotlon `#parrot` ===40 svnbotl is our intermittently functioning SVN log bot. The following instructions in operating svnbotlare non-definitive and not guaranteed to work for you. (Isn't that reassuring!)39 === ''svnbotl'' on `#parrot` === 40 ''svnbotl'' is our intermittently functioning SVN log bot. The following instructions in operating ''svnbotl'' are non-definitive and not guaranteed to work for you. (Isn't that reassuring!) 41 41 42 42 You must have an account on the feather server. … … 53 53 pugs -I/home/audreyt/pugs/blib6/lib /home/audreyt/pugs/examples/network/svnbot.pl svnbotl irc.perl.org:6667 300 http://svn.perl.org/parrot true true #parrot 54 54 }}} 55 Once the bot is operating, you can detach from your _screensession.55 Once the bot is operating, you can detach from your ''screen'' session. 56 56 {{{ 57 57 Ctrl+A,d 58 58 }}} 59 Then, on #parrot, enter:59 Then, on `#parrot`, enter: 60 60 {{{ 61 61 /invite svnbotl #parrot 62 62 }}} 63 63 64 And it might work! Note: snvbotlhas historically had a tendency to leave the channel when processing commits with many files.64 And it might work! Note: ''snvbotl'' has historically had a tendency to leave the channel when processing commits with many files.