aboutsummaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-07-22 21:45:53 -0400
committerTest_User <hax@andrewyu.org>2024-07-22 21:45:53 -0400
commite859880db83c5120670b87c1d5a8cf03eedc1806 (patch)
treefd50f8027c41f4afe8f7ba7a1cfd8f01b7180f37 /protocols
parent69f4e3e77b48e2901c908837978282ea86c54d24 (diff)
downloadhaxircd-e859880db83c5120670b87c1d5a8cf03eedc1806.tar.gz
haxircd-e859880db83c5120670b87c1d5a8cf03eedc1806.zip
File descriptions
Diffstat (limited to 'protocols')
-rw-r--r--protocols/inspircd2.c2
-rw-r--r--protocols/inspircd2.h2
-rw-r--r--protocols/inspircd3.c2
-rw-r--r--protocols/inspircd3.h2
4 files changed, 6 insertions, 2 deletions
diff --git a/protocols/inspircd2.c b/protocols/inspircd2.c
index c11577e..76f85eb 100644
--- a/protocols/inspircd2.c
+++ b/protocols/inspircd2.c
@@ -1,4 +1,4 @@
-// One of the code files for HaxServ
+// InspIRCd v2 / InspIRCd 1202 protocol support
//
// Written by: Test_User <hax@andrewyu.org>
//
diff --git a/protocols/inspircd2.h b/protocols/inspircd2.h
index 144ba15..b5df434 100644
--- a/protocols/inspircd2.h
+++ b/protocols/inspircd2.h
@@ -1,3 +1,5 @@
+// InspIRCd v2 / InspIRCd 1202 protocol support
+//
// Written by: Test_User <hax@andrewyu.org>
//
// This is free and unencumbered software released into the public
diff --git a/protocols/inspircd3.c b/protocols/inspircd3.c
index 2e66d53..19ab187 100644
--- a/protocols/inspircd3.c
+++ b/protocols/inspircd3.c
@@ -1,4 +1,4 @@
-// One of the code files for HaxServ
+// InspIRCd v3 / InspIRCd 1205 protocol support
//
// Written by: Test_User <hax@andrewyu.org>
//
diff --git a/protocols/inspircd3.h b/protocols/inspircd3.h
index daea5e0..69e962d 100644
--- a/protocols/inspircd3.h
+++ b/protocols/inspircd3.h
@@ -1,3 +1,5 @@
+// InspIRCd v3 / InspIRCd 1205 protocol support
+//
// Written by: Test_User <hax@andrewyu.org>
//
// This is free and unencumbered software released into the public