Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: /channels -- 3 problems #260

Closed
reillychase opened this issue Oct 21, 2016 · 1 comment
Closed

BUG: /channels -- 3 problems #260

reillychase opened this issue Oct 21, 2016 · 1 comment
Milestone

Comments

@reillychase
Copy link

reillychase commented Oct 21, 2016

This is tested on 1.99.7.1:
#1 When you are logged in using a game client (I used Warcraft II), '/channels' returns an error that the game client tag must be supplied. I tested on a version 1.99.0 PvPGN server and it was working without supplying the client tag
#2 Even when game client tag is supplied ('/channels w2bn') the return output is:

-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----

instead of the channels
#3 Also need to checkout the '/channels all' command which returns:

-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----
-----------name----------- users ----admin/operator----

pvpgn-channels-bug

@reillychase reillychase changed the title BUG: /channels -- 2 problems BUG: /channels -- 3 problems Oct 21, 2016
@aancw
Copy link

aancw commented Oct 27, 2016

I think that @HarpyWar is misstyping. Open src/bnetd/command.cpp and edit function _handle_channels_command

change message_send_text(c, message_type_info, c, msgtemp); at the end of function to message_send_text(c, message_type_info, c, msgtemp0);

That should work again!

@RElesgoe RElesgoe added this to the 1.99.7.2 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants