summaryrefslogtreecommitdiff
path: root/src/char/char.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-03-23 20:54:56 +0100
committerHaru <haru@dotalux.com>2015-12-15 20:53:48 +0100
commit86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb (patch)
tree2acac7f31c37f99f598fae79c11fe2294eeabf10 /src/char/char.c
parent7a3971571ac2590c6f43a1494b6fcdb6ae632e27 (diff)
downloadhercules-86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb.tar.gz
hercules-86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb.tar.bz2
hercules-86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb.tar.xz
hercules-86fab91ae6c4a40af24b1d3f98601ba5d6ca9adb.zip
Added GPL information on interactive server startup
Diffstat (limited to 'src/char/char.c')
-rw-r--r--src/char/char.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/char.c b/src/char/char.c
index d9626c500..e99e044ad 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -5977,6 +5977,7 @@ int do_init(int argc, char **argv) {
Sql_HerculesUpdateCheck(inter->sql_handle);
#ifdef CONSOLE_INPUT
console->input->setSQL(inter->sql_handle);
+ console->display_gplnotice();
#endif
ShowStatus("The char-server is "CL_GREEN"ready"CL_RESET" (Server is listening on the port %d).\n\n", chr->port);