mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Fix opchat/adminchat showing to IRC oooooppssss.
This commit is contained in:
parent
c9d8b8513f
commit
73bfce564d
@ -52,7 +52,7 @@ namespace MCGalaxy {
|
||||
/// <summary> Sends an IRC message to either the normal or operator IRC channel. </summary>
|
||||
public void Say(string message, bool opchat = false, bool color = true) {
|
||||
string[] chans = opchat ? opchannels : channels;
|
||||
foreach (string chan in channels) {
|
||||
foreach (string chan in chans) {
|
||||
Message(chan, message, color);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user