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

db4
William Schlieper 2008-07-27 20:24:52 -04:00
commit ef137d793f
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ M: irc-listener to-listener ( message irc-listener -- )
with filter ;
: remove-participant-from-all ( nick -- )
dup listeners-with-participant [ delete-at ] with each ;
dup listeners-with-participant [ participants>> delete-at ] with each ;
: add-participant ( mode nick channel -- )
listener> [ participants>> set-at ] [ 2drop ] if* ;