Merge branch 'master' of git://tiodante.com/git/factor

db4
U-WSCHLIEP-PC\wschliep 2008-07-09 22:16:34 -04:00
commit 57e13c5b65
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ M: privmsg handle-incoming-irc ( privmsg -- )
M: join handle-incoming-irc ( join -- )
[ [ prefix>> parse-name me? ] keep and
[ irc> join-messages>> mailbox-put ] when* ]
[ dup channel>> to-listener ]
[ dup trailing>> to-listener ]
bi ;
M: part handle-incoming-irc ( part -- )