raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

Messaging certain members of a channel #205

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.raw PRIVMSG @#channel hi
2.
3.

What is the expected output? What do you see instead?
this should message the operators of the channel hi. However, the bot responds 
to this in PM - the expected result is a separate event

Some people may choose to respond to this using PM, others might respond to the 
channel. 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jzhou2...@gmail.com on 9 Oct 2014 at 4:59

GoogleCodeExporter commented 9 years ago
Feature request, will take a look at after the bugs are fixed

Original comment by Lord.Qua...@gmail.com on 30 Oct 2014 at 8:10

GoogleCodeExporter commented 9 years ago
Also more information with this - The symbol can be +,%,&,~,! as well to 
message the corresponding users. So if I did %#channel it would message all the 
users % (Half-op) and higher. ! appears to be a mode found on some ircnetworks, 
but not in any standardized one that I know.

Original comment by jzhou2...@gmail.com on 2 Nov 2014 at 11:01

GoogleCodeExporter commented 9 years ago
Sorry had some issues last night. My response to &#channel being a valid 
channel is, that shouldn't be an issue. If a message comes in from &#channel 
and the bot is not already in the channel, then it is clearly a specialized 
message. If the bot is in &#channel treat it normally

Original comment by jzhou2...@gmail.com on 4 Nov 2014 at 12:00

GoogleCodeExporter commented 9 years ago
Added in Revision cc4668713a19. Can you verify this works on a few servers? 

Original comment by Lord.Qua...@gmail.com on 20 Nov 2014 at 3:18

GoogleCodeExporter commented 9 years ago
Taking a look at the way this is done. Why are we inputting the 
prefixes/channel modes manually? its in getServerInfo.getStatusMessage() && 
getServerInfo.getChannelTypes (for prefixes and channel modes respectively)

Original comment by jzhou2...@gmail.com on 15 Dec 2014 at 5:52

GoogleCodeExporter commented 9 years ago

Original comment by jzhou2...@gmail.com on 15 Dec 2014 at 6:16