summaryrefslogtreecommitdiff
path: root/src/map/irc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/irc.c')
-rw-r--r--src/map/irc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/map/irc.c b/src/map/irc.c
index 55eafdcd9..2300dd3ac 100644
--- a/src/map/irc.c
+++ b/src/map/irc.c
@@ -1,5 +1,5 @@
-#ifndef _IRC_H_
-#define _IRC_H_
+// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
+// For more information, see LICENCE in the main folder
#include <ctype.h>
#include <stdio.h>
@@ -545,5 +545,3 @@ int irc_read_conf(char *file) {
return 1;
}
-
-#endif //_IRC_H_