new irpgurl
This commit is contained in:
parent
e5eeb0f998
commit
b85b227260
@ -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));
|
||||
};
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user