Skip to content

Commit

Permalink
Last change!
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg committed Jan 27, 2016
1 parent 8e8aec3 commit 92a1259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net.c
Expand Up @@ -1495,6 +1495,6 @@ char *traced_myiphostname(ClientData cd, Tcl_Interp *irp, EGG_CONST char *name1,
putlog(LOG_MISC, "*", "WARNING: You are using the DEPRECATED variable '%s' in your config file.\n", name1);
putlog(LOG_MISC, "*", " To prevent future incompatibility, please use the vhost4/listen-addr variables instead.\n");
putlog(LOG_MISC, "*", " More information on this subject can be found in the eggdrop/doc/IPV6 file, or\n");
putlog(LOG_MISC, "*", " in the comments above those settings in the example eggdrop.conf that is included with Eggdrop.\n");
putlog(LOG_MISC, "*", " in the comments above this setting in the example eggdrop.conf that is included with Eggdrop.\n");
return NULL;
}

0 comments on commit 92a1259

Please sign in to comment.