Advertisement
Guest User

Untitled

a guest
May 2nd, 2014
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. 140502 16:14:15 BOT 'Loading Plugin #13 follow [C:\\Users\\admin\\Desktop\\BigBrotherBot\\extplugins\\conf\\follow.xml]'
  2. 140502 16:14:15 INFO 'follow is not a built-in plugin (No module named follow)'
  3. 140502 16:14:15 INFO 'trying external plugin directory : C:\\Users\\admin\\Desktop\\BigBrotherBot\\extplugins'
  4. 140502 16:14:15 BOT 'FollowPlugin: Loading config C:\\Users\\admin\\Desktop\\BigBrotherBot\\extplugins\\conf\\follow.xml for FollowPlugin'
  5. 140502 16:14:15 DEBUG 'Register Event: Stop Process: FollowPlugin'
  6. 140502 16:14:15 DEBUG 'Register Event: Program Exit: FollowPlugin'
  7. 140502 16:14:15 BOT 'Plugin follow (1.2.0 - SGT) loaded'
  8. 140502 16:14:15 BOT 'Loading Plugin #14 poweradminurt [C:\\Users\\admin\\Desktop\\BigBrotherBot\\extplugins\\conf\\poweradminurt.ini]'
  9. 140502 16:14:15 INFO 'poweradminurt is not a built-in plugin (No module named poweradminurt)'
  10. 140502 16:14:15 INFO 'trying external plugin directory : C:\\Users\\admin\\Desktop\\BigBrotherBot\\extplugins'
  11. 140502 16:14:15 ERROR 'Error loading plugin poweradminurt'
  12. Traceback (most recent call last):
  13. File "b3\parser.pyo", line 673, in loadPlugins
  14. File "b3\parser.pyo", line 757, in pluginImport
  15. ImportError: No module named poweradminurt
  16.  
  17. and b3.xml --
  18.  
  19. <plugins>
  20. <!-- plugin order is important. Plugins that add new in-game commands all depend on the admin plugin. Make sure to have the admin plugin before them. -->
  21.  
  22. <plugin config="@conf/plugin_censor.xml" name="censor" />
  23. <plugin config="@conf/plugin_spamcontrol.xml" name="spamcontrol" />
  24. <plugin config="@conf/plugin_admin.xml" name="admin" />
  25. <plugin config="@conf/plugin_tk.xml" name="tk" />
  26. <plugin config="@conf/plugin_stats.xml" name="stats" />
  27. <plugin config="@conf/plugin_pingwatch.xml" name="pingwatch" />
  28. <plugin config="@conf/plugin_adv.xml" name="adv" />
  29. <plugin config="@conf/plugin_status.xml" name="status" />
  30. <plugin config="@conf/plugin_welcome.xml" name="welcome" />
  31. <plugin config="@conf/plugin_punkbuster.xml" name="punkbuster" />
  32. <plugin config="@conf/plugin_customcommands.ini" name="customcommands" />
  33. <plugin config="@b3/extplugins/conf/ultraadmin.xml" name="ultraadmin" />
  34. <plugin config="@b3/extplugins/conf/follow.xml" name="follow" />
  35. <plugin config="@b3/extplugins/conf/poweradminurt.ini" name="poweradminurt" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement