From 2a8202c83251f495191c95ba26428d9e545e252e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 18 May 2013 23:45:10 -0400 Subject: Give botserv bots assigned by persist the same botmodes as normal bots, fix some typos, remove unused variable --- docs/LANGUAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/LANGUAGE b/docs/LANGUAGE index c67787b42..a7ac1d877 100644 --- a/docs/LANGUAGE +++ b/docs/LANGUAGE @@ -31,7 +31,7 @@ Anope Mutli Language Support 3) Using langages with modules - Module authors can easially add the ability to have their modules translated by adding _() around the strings they + Module authors can easily add the ability to have their modules translated by adding _() around the strings they want translated (messages to the user, etc). If you want to translate a module someone has made, first generate a .pot file if there isn't one already using -- cgit