mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-12-01 14:33:23 +01:00
Add nickserv command
This commit is contained in:
parent
195deaf28c
commit
44315e5d08
@ -65,7 +65,7 @@ public class Nickserv implements IRCCommandInterface {
|
|||||||
msg = msg + " " + args[i];
|
msg = msg + " " + args[i];
|
||||||
}
|
}
|
||||||
plugin.logDebug("Sending nickserv message to the server: " + msg.substring(1));
|
plugin.logDebug("Sending nickserv message to the server: " + msg.substring(1));
|
||||||
ircBot.asyncRawlineNow(msg.substring(1));
|
ircBot.asyncRawlineNow("nickserv " + msg.substring(1));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
sender.sendMessage(fullUsage);
|
sender.sendMessage(fullUsage);
|
||||||
|
Loading…
Reference in New Issue
Block a user