Advertisement
Guest User

Untitled

a guest
Jun 11th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Menu * {
  2. -shroudBNC-
  3. . User Commands
  4. .. View/Erase - ShroudBNC.Log
  5. ... View shroudBNC.Log: /msg -sBNC read
  6. ... Erase shroudBNC.Log: /msg -sBNC erase
  7. .. Set Vhost
  8. ... View Vhosts: /msg -SBNC vhosts
  9. ... Set Vhost: /msg -SBNC set vhost $$?="Type Vhost Address:"
  10. .. Set Password : /msg -SBNC set password $$?="Type Password:"
  11. .. Set Realname : /msg -SBNC set realname $$?="Type Realname:"
  12. .. Set Offline Nick : /msg -SBNC set awaynick $$?="Type Offline Nick:"
  13. .. Set Offine Message : /msg -SBNC set away $$?="Type Offline Message:"
  14. .. Set Server : /msg -SBNC set server $$?="Type Server Address:" $$?="Type Server Port:"
  15. .. Jump :/msg -SBNC jump
  16.  
  17. . Admin Commands
  18. .. Manage Users
  19. ... Add/Remove
  20. .... Add User : /msg -SBNC adduser $$?="Type Username:" $$?="Type Password:"
  21. .... Del User : /msg -SBNC deluser $$?="Type Username:"
  22. .... Add Admin : /msg -SBNC admin $$?="Type Username:"
  23. .... Del Admin : /msg -SBNC unadmin $$?="Type Username:"
  24. ... Suspend/Unsuspend
  25. .... Suspend User : /msg -SBNC suspend $$?="Type Username:" $$?="Type Reason (Optional):"
  26. .... Unsuspend User : /msg -SNC unsuspend $$?="Type Username:"
  27. ... Disconnect User : /msg -SBNC kill $$?="Type Username:"
  28. ... Reset User Password : /msg -SBNC resetpass $$?="Type Username:" $$?="Type Password:"
  29. ... Send Message To All Users : /msg -SBNC global $$?="Type Message:"
  30. .... User List : /msg -SBNC who
  31. .. Set MOTD : /msg -SBNC motd $$?="Type Message Of The Day:"
  32. .. Set Default Vhost :/msg -SBNC $$?="Type Default Vhost:"
  33. .. Restart ShroudBNC :/msg S-NBC reload
  34.  
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement