1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 18:23:12 +02:00

BUILD : 1.7.10 (869) BUGS : NOTES : pmodule_cmd_unsgline for plexus set plexus_cmd_unsqline instead of pmodule_cmd_unsgline (so unsQline instead of unsGline)

git-svn-id: svn://svn.anope.org/anope/trunk@869 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@618 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-09-04 17:56:11 +00:00
parent 9e5fdf958f
commit ea09f79cb4
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -1759,7 +1759,7 @@ moduleAddAnopeCmds ()
pmodule_cmd_connect (plexus_cmd_connect);
pmodule_cmd_svshold (plexus_cmd_svshold);
pmodule_cmd_release_svshold (plexus_cmd_release_svshold);
pmodule_cmd_unsgline (plexus_cmd_unsqline);
pmodule_cmd_unsgline (plexus_cmd_unsgline);
pmodule_cmd_unszline (plexus_cmd_unszline);
pmodule_cmd_szline (plexus_cmd_szline);
pmodule_cmd_sgline (plexus_cmd_sgline);