mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 12:42:22 -04:00
Fix /ircbot reset showing in its help twice, oops.
This commit is contained in:
parent
283045522d
commit
e8a6e83a0c
@ -43,7 +43,7 @@ namespace MCGalaxy.Commands {
|
|||||||
public override void Help(Player p) {
|
public override void Help(Player p) {
|
||||||
Player.Message(p, "%T/ircbot connect");
|
Player.Message(p, "%T/ircbot connect");
|
||||||
Player.Message(p, "%HCauses the IRC bot to connect to IRC.");
|
Player.Message(p, "%HCauses the IRC bot to connect to IRC.");
|
||||||
Player.Message(p, "%T/ircbot reset");
|
Player.Message(p, "%T/ircbot disconnect");
|
||||||
Player.Message(p, "%HCauses the IRC bot to disconnect from IRC.");
|
Player.Message(p, "%HCauses the IRC bot to disconnect from IRC.");
|
||||||
Player.Message(p, "%T/ircbot reset");
|
Player.Message(p, "%T/ircbot reset");
|
||||||
Player.Message(p, "%HCauses the IRC bot to disconnect then reconnect.");
|
Player.Message(p, "%HCauses the IRC bot to disconnect then reconnect.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user