changeset 504:7ed03e2486bc

Fixed typo
author mikael.berthe@gmail.com
date Sun, 25 Jan 2015 19:22:54 +0000
parents a4637b24841a
children 049ad0dda0d1
files mod_admin_message.wiki
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_admin_message.wiki	Sun Jan 25 19:10:06 2015 +0000
+++ b/mod_admin_message.wiki	Sun Jan 25 19:22:54 2015 +0000
@@ -13,7 +13,7 @@
 Copy the mod_admin_message directory into a directory Prosody will check for plugins (cf. [http://prosody.im/doc/installing_modules Installing modules]) and set up a component:
 
 {{{
- Component "console@example.com" "admin_messageconsole"
+ Component "console@example.com" "admin_message"
 }}}
 
 "console@example.com" is the identifier of the XMPP console.