Bug 123970 - Should be able to scan user list of a channel

r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only


git-svn-id: svn://10.0.0.236/trunk@233696 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gijskruitbosch%gmail.com 2007-09-01 17:30:24 +00:00
parent 87f3833263
commit 5b75e4593f

View File

@ -506,6 +506,9 @@ cmd.reload-ui.help = Reload the ChatZilla XUL file. Used during development.
cmd.map.help = Similar to /links, but provides a graphical "Network Map" of the IRC network. Mainly used for routing purposes.
cmd.match-users.params = <mask>
cmd.match-users.help = Shows a list of all users whose hostmask matches <mask>.
cmd.me.params = <action>
cmd.me.help = Sends the text <action> to the channel as a statement in the third person. Try it and see!
@ -904,6 +907,9 @@ msg.networks.heada = Available networks are [
msg.networks.headb = ].
msg.messages.cleared = Messages Cleared.
msg.channel.opened = Channel view for ``%S'' opened.
msg.match.unchecked = (%S users were not checked)
msg.matching.nicks = The following users matched your query: %S. %S
msg.no.matching.nicks = There were no users matching your query. %S
msg.commands.header = Type /help <command-name> for information about a specific command.
msg.matching.commands = Currently implemented commands matching the pattern ``%S'' are [%S].\nType /help <command-name> for information about a specific command.
msg.all.commands = Currently implemented commands are [%S].