X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/7e49d01c20546a73d268a77e2f3323a768dff674..1f459b76a53574d798cd38127cd274d91adecc14:/src/mod-webtv.c diff --git a/src/mod-webtv.c b/src/mod-webtv.c index f5eddd6..714024b 100644 --- a/src/mod-webtv.c +++ b/src/mod-webtv.c @@ -5,7 +5,7 @@ * * x3 is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or + * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, @@ -434,7 +434,7 @@ webtv_finalize(void) { if (str) { webtv = webtv_conf.bot; const char *modes = conf_get_data("modules/webtv/modes", RECDB_QSTRING); - webtv = AddService(str, modes ? modes : NULL, "WebTV IRC Service", NULL); + webtv = AddLocalUser(str, str, NULL, "WebTV IRC Service", modes); } else { log_module(WB_LOG, LOG_ERROR, "database_get_data for webtv_conf.bot failed!"); exit(1);