Guest User

MasterHandler.java Antibot v2

a guest
Jun 17th, 2011
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Index: C:/Users/George/Desktop/Lineage II Server Files/Workspace/Datapack/data/scripts/handlers/MasterHandler.java
  2. ===================================================================
  3. --- C:/Users/George/Desktop/Lineage II Server Files/Workspace/Datapack/data/scripts/handlers/MasterHandler.java (revision 7703)
  4. +++ C:/Users/George/Desktop/Lineage II Server Files/Workspace/Datapack/data/scripts/handlers/MasterHandler.java (working copy)
  5. @@ -38,6 +38,7 @@
  6. @@ -247,6 +250,11 @@
  7. import handlers.voicedcommandhandlers.TvTVoicedInfo;
  8. import handlers.voicedcommandhandlers.Wedding;
  9. import handlers.voicedcommandhandlers.stats;
  10. +import handlers.voicedcommandhandlers.Antibot;
  11. +import handlers.voicedcommandhandlers.Captcha;
  12.  
  13. import java.util.logging.Logger;
  14. @@ -537,6 +548,10 @@
  15.  
  16. private static void loadVoicedHandlers()
  17. {
  18. + VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Antibot());
  19. + VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Captcha());
  20. VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new stats());
  21. if (Config.L2JMOD_ALLOW_WEDDING)
  22. VoicedCommandHandler.getInstance().registerVoicedCommandHandler(new Wedding());
Advertisement
Add Comment
Please, Sign In to add comment