mIRC Homepage
Posted By: Erebus ruser difficulties - 17/10/05 04:41 PM
Hello all,

I'm having some difficulties with /ruser and would apreciate some help.

I want the admin to be able to use the command !remove <nick> and the user will be deleted.

To do this, I had the code

on 5:text:!remove *:#:/ruser $2

But it didnt work. I then began trying all the combinations I could find, /ruser Nick! /ruser Nick 1,2,3,4,5,6,7,8 etc.

Basically, what I want is what the manual says should be possible:

"If you use /ruser Nick! (with an exclamation mark at the end), it removes all users with an address beginning with Nick!."

But I just cant get it to work. I've tried loads of combinations, but the user just stays there. Any ideas?

[Edit]
In fact, I cant even get it to work manually frown
I'd apreciate any help into what I'm doing wrong. This is the output from my mIRC

Code:
/ulist 10
-
* Remote users list:
10:Test!test@test.com
* End of users list
-
/ruser Test
/ruser Test!
/ruser Test!test@test.com
/ruser Test!test@test.com 5
/ruser Test 5
/ulist 10
-
* Remote users list:
10:Test!test@test.com
* End of users list


[/Edit]
Posted By: Riamus2 Re: ruser difficulties - 17/10/05 04:48 PM
As it says, it removes all users where nick! is the beginning of the address.

/auser 3 test!testing@host1.com
/auser 3 test!testing@host2.com
/auser 3 test!testing@host3.com
/ruser test!
Posted By: Erebus Re: ruser difficulties - 17/10/05 04:53 PM
Quote:
As it says, it removes all users where nick! is the beginning of the address.[

/auser 3 test!testing@host1.com
/auser 3 test!testing@host2.com
/auser 3 test!testing@host3.com
/ruser test!


Thanks for the reply. I tried following this exactly to no avail frown

mIRC output:
Code:
/auser 3 test!testing@host1.com
-
* Added test!testing@host1.com to user list

/auser 3 test!testing@host2.com
-
* Added test!testing@host2.com to user list

/auser 3 test!testing@host3.com
-
* Added test!testing@host3.com to user list

/ruser test!
/ulist 3
-
* Remote users list:
3:test!testing@host1.com
3:test!testing@host2.com
3:test!testing@host3.com
* End of users list
-
Posted By: Riamus2 Re: ruser difficulties - 17/10/05 05:37 PM
After /ruser test!, you should see:
Quote:

/ruser test!
* Removed test! from user list
-
/ulist 3
* Remote users list:
* End of users list
-


What version of mIRC are you using? Also, you might want to look to see if you have a /ruser alias in there for some reason. If you do, it could be overriding the default /ruser alias.
Posted By: Erebus Re: ruser difficulties - 17/10/05 05:53 PM
Quote:
After /ruser test!, you should see:
Quote:

/ruser test!
* Removed test! from user list
-
/ulist 3
* Remote users list:
* End of users list
-


What version of mIRC are you using? Also, you might want to look to see if you have a /ruser alias in there for some reason. If you do, it could be overriding the default /ruser alias.


Ah, thanks a lot! I was sure it was something simple, seemed an alias had crept in there with the same name.

Thanks again smile
© mIRC Discussion Forums