mirror of
https://github.com/cnaude/PurpleIRC-spigot.git
synced 2024-11-29 13:36:04 +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];
|
||||
}
|
||||
plugin.logDebug("Sending nickserv message to the server: " + msg.substring(1));
|
||||
ircBot.asyncRawlineNow(msg.substring(1));
|
||||
ircBot.asyncRawlineNow("nickserv " + msg.substring(1));
|
||||
}
|
||||
} else {
|
||||
sender.sendMessage(fullUsage);
|
||||
|
Loading…
Reference in New Issue
Block a user