summaryrefslogtreecommitdiff
path: root/src/protocol/unreal32.c
diff options
context:
space:
mode:
authorcertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-09-28 08:52:35 +0000
committercertus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-09-28 08:52:35 +0000
commit0d787aed6cb83da01cfa33ce9ac2434f064d72ae (patch)
tree652c2defcbb09b4657d111874c8e214ba413c71e /src/protocol/unreal32.c
parent483f14f2f8246b744eeab3bbbf6bdfb944d9ea01 (diff)
# BUILD : 1.7.15 (1159) # BUGS : 603 # NOTES : we will now process UnrealIRCd's SVS(2)MODE messages
git-svn-id: svn://svn.anope.org/anope/trunk@1159 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@882 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/protocol/unreal32.c')
-rw-r--r--src/protocol/unreal32.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/protocol/unreal32.c b/src/protocol/unreal32.c
index 8ae76a906..704487a6d 100644
--- a/src/protocol/unreal32.c
+++ b/src/protocol/unreal32.c
@@ -1915,6 +1915,14 @@ void moduleAddIRCDMsgs(void) {
if (UseTokens) {
m = createMessage(")", anope_event_topic); addCoreMessage(IRCD,m);
}
+ m = createMessage("SVSMODE", anope_event_mode); addCoreMessage(IRCD,m);
+ if (UseTokens) {
+ m = createMessage("n", anope_event_mode); addCoreMessage(IRCD,m);
+ }
+ m = createMessage("SVS2MODE", anope_event_mode); addCoreMessage(IRCD,m);
+ if (UseTokens) {
+ m = createMessage("v", anope_event_mode); addCoreMessage(IRCD,m);
+ }
m = createMessage("USER", anope_event_null); addCoreMessage(IRCD,m);
if (UseTokens) {
m = createMessage("%", anope_event_null); addCoreMessage(IRCD,m);
@@ -1955,14 +1963,6 @@ void moduleAddIRCDMsgs(void) {
if (UseTokens) {
m = createMessage("h", anope_event_null); addCoreMessage(IRCD,m);
}
- m = createMessage("SVSMODE", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("n", anope_event_null); addCoreMessage(IRCD,m);
- }
- m = createMessage("SVS2MODE", anope_event_null); addCoreMessage(IRCD,m);
- if (UseTokens) {
- m = createMessage("v", anope_event_null); addCoreMessage(IRCD,m);
- }
m = createMessage("SVSNICK", anope_event_null); addCoreMessage(IRCD,m);
if (UseTokens) {
m = createMessage("e", anope_event_null); addCoreMessage(IRCD,m);