From: Thomas W. <3....@gm...> - 2004-11-25 12:57:20
|
Jorgen Schaefer wrote: > Thomas Weidner <3....@gm...> writes: > > >>Hey again ;) >> >>I did some work again (sorry if i break erc completely ;-)) ERC now >>lists the nicknames in a channel in a more irssi-like way: >>01:46 *** 65 users on #game-developers.net: >> >>01:46 [ *Magister] [ @acez_] [@DeathDealer] [ @ntroPi] >> >> [ Fab96] [ Lightkey] [ schnippi] [ Squolly] >> >> [ ST] [ thomas001] >> >>i think this is much nicer than it is now. > > > Please don't make this the default... Do you think you can write a > module that enables this feature? i think this is possible, but what about the behaviour as it is now? ERC displays the nicks as they are received by the server in a RPL_NAMES message. I don't think this is very good. what about something like erc-display-nicknames-function, which is called when all names were received? everyone could use the function with the formatting he/she likes. or is the behaviour really wanted,that nicks are printed as soon as they are received? |