Page 1 of 1

Unable to execute /Umodes & SVScmds

Posted: Thu Feb 17, 2005 9:30 pm
by Xeon
OK, needless to say I'm a little confused.

For some strange reason I am unable to do or use /umodes as a command despite the fact that I am netadmin on my server.

I am having this same problem with svscmds, none of them seem to respond despite the fact that I have services running.

Can someone please give me a clue why this may be occurring and how I can go about correcting the issue?

Thank you in advance for your replies.

Posted: Thu Feb 17, 2005 10:42 pm
by Darwin
which SVS command does not work for example?

Posted: Thu Feb 17, 2005 11:21 pm
by Stealth
SVS commands can ONLY be used by services. You cannot use them yourself.

Posted: Fri Feb 18, 2005 1:17 am
by Xeon
OK, now I'm even more confused.

If I'm god of the services we run, why in the world wouldn't I be able to use them? Are they commands that are used internally by services? If so, then why does all of the documentation refer to them being used with / as if being issued by a user from a command line?

Now onto the first part of my question, can anyone tell me why /umodes wouldn't be working for me??

Thanks again for your feedback, it's appreciated.

Posted: Fri Feb 18, 2005 1:38 am
by Stealth
1. No one is "god" when it comes to IRC.

2. All the SVS commands must be sent through a services server.

3. SVS commands are NEVER referred to in the documentation as "normal" commands that can be used from your client. See #2 for details.

4. SVS commands are not meant to be used by anyone except services.

About the first part of your question, there is no "umodes" command.

Posted: Fri Feb 18, 2005 3:21 am
by codemastr
If so, then why does all of the documentation refer to them being used with / as if being issued by a user from a command line?
Where in the documentation does it show this?

Posted: Fri Feb 18, 2005 12:49 pm
by Xeon
codemastr wrote:
If so, then why does all of the documentation refer to them being used with / as if being issued by a user from a command line?
Where in the documentation does it show this?
Just do a

Code: Select all

/helpop ?svscmds
That's what I'm referring to when I say documentation.

Posted: Fri Feb 18, 2005 1:03 pm
by Xeon
Stealth wrote:1. No one is "god" when it comes to IRC.
This was a figure of speech, nothing more. I own the entire server(physical machine and everything on it), I manage every aspect of this server, including the services.
2. All the SVS commands must be sent through a services server.
OK, so how would you do that? Through a shell? Can you be more specific?
3. SVS commands are NEVER referred to in the documentation as "normal" commands that can be used from your client. See #2 for details.
Yes but they make no distinction between these commands and all the others that CAN be used by your client. Please bare with me here, I'm just trying to understand how these are to be used since they cannot be used by the normal means of using your client script.

Thanks for your help in advance.

Posted: Fri Feb 18, 2005 4:31 pm
by codemastr
Yes but they make no distinction between these commands and all the others that CAN be used by your client.
It most certainly does! As an example, here is the /helpop output for svsnick:

***** Svsnick *****
-
Changes the nickname of the user in question.
Must be sent through an U:Lined server.
-
Syntax: SVSNICK <nickname> <new nickname> <timestamp>
Example: SVSNICK hAtbLaDe Foobar 963086432

See that part in bold? Well it says only servers that have a Uline may use the command. You, as a user, are not a Ulined server.

Posted: Fri Feb 18, 2005 7:25 pm
by Xeon
Must be sent through an U:Lined server.
OK, HOW?

Posted: Fri Feb 18, 2005 8:12 pm
by Dukat
Code a server, link it to Unreal, give it an uline and let it send the command.


You can't send it as an user. An user is not a server.

Posted: Sat Feb 19, 2005 6:23 pm
by Ron2K
Xeon wrote:
Must be sent through an U:Lined server.
OK, HOW?
OperServ's RAW command. But don't use it unless you know what you're doing; likewise don't come crying to us if you use it and your server crashes.

Posted: Sat Feb 19, 2005 8:18 pm
by Xeon
Ron2K wrote: OperServ's RAW command. But don't use it unless you know what you're doing; likewise don't come crying to us if you use it and your server crashes.
Finally! Thank you Ron2K, that's exactly what I was looking for.