aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--protocols.c2
-rw-r--r--protocols.h2
-rw-r--r--protocols/inspircd2.c2
-rw-r--r--protocols/inspircd2.h2
-rw-r--r--protocols/inspircd3.c2
-rw-r--r--protocols/inspircd3.h2
-rw-r--r--protocols/inspircd4.c2
-rw-r--r--protocols/inspircd4.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/protocols.c b/protocols.c
index 3ed647d..78a02c5 100644
--- a/protocols.c
+++ b/protocols.c
@@ -1,6 +1,6 @@
// s2s protocol interface
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols.h b/protocols.h
index 5017271..4a26e78 100644
--- a/protocols.h
+++ b/protocols.h
@@ -1,6 +1,6 @@
// s2s protocol interface
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd2.c b/protocols/inspircd2.c
index 99cbd2c..263f475 100644
--- a/protocols/inspircd2.c
+++ b/protocols/inspircd2.c
@@ -1,6 +1,6 @@
// InspIRCd v2 / InspIRCd 1202 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd2.h b/protocols/inspircd2.h
index dbd06a0..ae2eea1 100644
--- a/protocols/inspircd2.h
+++ b/protocols/inspircd2.h
@@ -1,6 +1,6 @@
// InspIRCd v2 / InspIRCd 1202 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd3.c b/protocols/inspircd3.c
index aace3db..258767e 100644
--- a/protocols/inspircd3.c
+++ b/protocols/inspircd3.c
@@ -1,6 +1,6 @@
// InspIRCd v3 / InspIRCd 1205 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd3.h b/protocols/inspircd3.h
index 31c7802..299690c 100644
--- a/protocols/inspircd3.h
+++ b/protocols/inspircd3.h
@@ -1,6 +1,6 @@
// InspIRCd v3 / InspIRCd 1205 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd4.c b/protocols/inspircd4.c
index 0849d4a..8835b38 100644
--- a/protocols/inspircd4.c
+++ b/protocols/inspircd4.c
@@ -1,6 +1,6 @@
// InspIRCd v4 / InspIRCd 1206 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.
diff --git a/protocols/inspircd4.h b/protocols/inspircd4.h
index 14755fd..c7e66ce 100644
--- a/protocols/inspircd4.h
+++ b/protocols/inspircd4.h
@@ -1,6 +1,6 @@
// InspIRCd v4 / InspIRCd 1206 protocol support
//
-// Written by: Test_User <hax@andrewyu.org>
+// Written by: Test_User <hax@runxiyu.org>
//
// This is free and unencumbered software released into the public
// domain.