浏览代码

svn: 2024

Bryan Drewery 21 年之前
父节点
当前提交
15d4102716
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/chanprog.c

+ 1 - 0
src/chanprog.c

@@ -274,6 +274,7 @@ void tell_verbose_status(int idx)
 
 
   i = count_users(userlist);
   i = count_users(userlist);
   dprintf(idx, "I am %s, running %s:  %d user%s\n", conf.bot->nick, ver, i, i == 1 ? "" : "s");
   dprintf(idx, "I am %s, running %s:  %d user%s\n", conf.bot->nick, ver, i, i == 1 ? "" : "s");
+  dprintf(idx, "my user: %s\n", conf.bot->u->handle);
   if (conf.bot->localhub)
   if (conf.bot->localhub)
     dprintf(idx, "I am a localhub.\n");
     dprintf(idx, "I am a localhub.\n");
   if (conf.bot->hub && isupdatehub())
   if (conf.bot->hub && isupdatehub())