Skip to content

Commit 41743a1

Browse files
author
Michael Ortmann
committed
History
1 parent feefcf2 commit 41743a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod/server.mod/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ char *server_start(Function *global_funcs)
24152415
lastpingcheck = 0;
24162416
server_online = 0;
24172417
server_cycle_wait = 60;
2418-
botrealname[0] = 0;
2418+
botrealname[0] = 0; /* A deranged product of evil coders */
24192419
onlinebotrealname[0] = 0;
24202420
server_timeout = 60;
24212421
serverlist = NULL;

0 commit comments

Comments
 (0)