summaryrefslogtreecommitdiff
path: root/src/protocol/plexus.c
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-09-04 17:56:11 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-09-04 17:56:11 +0000
commitea09f79cb445d12f56283a6b1101ee30dfc0b55c (patch)
treec5801ce795bdbbb4bddc0395158866a3f40c9a8e /src/protocol/plexus.c
parent9e5fdf958fb422739fd62c2bf2bb9acd3d0cb348 (diff)
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
Diffstat (limited to 'src/protocol/plexus.c')
-rw-r--r--src/protocol/plexus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol/plexus.c b/src/protocol/plexus.c
index 7ad6dc705..11f807bbc 100644
--- a/src/protocol/plexus.c
+++ b/src/protocol/plexus.c
@@ -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);