new irpgurl

This commit is contained in:
Flummi 2018-08-17 13:48:11 +00:00
parent e5eeb0f998
commit b85b227260
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export default client => {
client._cmd.set("JOIN", function (msg) { // join
this.send(`WHO ${msg.params[0]}`);
//this.send(`WHO ${msg.params[0]}`);
}.bind(client));
};

View File

@ -263,7 +263,7 @@ export default bot => {
set: "uwe",
f: e => {
const user = e.args[0] || e.user.nick;
rp("https://v6.zneb.org/players.php").then(top => {
rp("https://irpg.zneb.org/players.php").then(top => {
let prank = 0
, i = 1;
const dom = new jsdom.JSDOM(top);