kd2bwzgen

My login code for KintoBot

Dec 29th, 2015
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if (message.contains("!login")) {
  2. String[] parts = message.split(" ");
  3. if (parts[1] == password) {
  4. BotOP = sender;
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment