ソースを参照

* Remove some debugging code

svn: 3620
Bryan Drewery 18 年 前
コミット
6961cb322a
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/mod/server.mod/servmsg.c

+ 0 - 1
src/mod/server.mod/servmsg.c

@@ -1152,7 +1152,6 @@ void check_hostmask()
   if ((u = host_conflicts(s))) {
   if ((u = host_conflicts(s))) {
     if (u != conf.bot->u) {
     if (u != conf.bot->u) {
       putlog(LOG_WARN, "*", "My automatic hostmask '%s' would conflict with user: '%s'. (Not adding)", s, u->handle);
       putlog(LOG_WARN, "*", "My automatic hostmask '%s' would conflict with user: '%s'. (Not adding)", s, u->handle);
-      sdprintf("I am %s, they are: %s, (%X vs %X)", conf.bot->u->handle, u->handle, conf.bot->u, u);
     } else
     } else
       sdprintf("Already have hostmask '%s' added for myself", s);
       sdprintf("Already have hostmask '%s' added for myself", s);
     return;
     return;