Protocols

These are old archives. They are kept for historic purposes only.
Post Reply
ZeepySea
Posts: 5
Joined: Tue Jan 17, 2006 5:24 am

Protocols

Post by ZeepySea »

I have looked thru the server protocol info in doc/technical

I can not find the way to set +o or anything for someone in a channel.

I have tried source mode target modes setting it like Channel MODE Targetuser +o didn't work. I have tried user mode targetuser channel +o didn't work either.

So can someone point me to the correct way to do this.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Protocols

Post by Stealth »

You must first learn how the IRC protocol works before attempting to play with the server protocol.

Also, the server sending the mode must be U:Lined on the network, or the mode change will be ignored.

Then, you need to send the PROPER mode setting string:

Code: Select all

:Source MODE #Channel +o :User
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: Protocols

Post by Jobe »

Stealth wrote: Also, the server sending the mode must be U:Lined on the network, or the mode change will be ignored.
Actually from my experience, as long as you use the proper syntax, and the source sending the MODE has umode +o the mode change will still be applied. In that case, the additional ulineing of the server sending the MODE determines whether or not an "override" server notice is sent. If ulined, it isn't, if not ulined, it is.
Your IP: Image
Your Country: Image
ZeepySea
Posts: 5
Joined: Tue Jan 17, 2006 5:24 am

Re: Protocols

Post by ZeepySea »

Yes it's ulined and that worked.

Thank you
Post Reply