Advertisement
Guest User

Untitled

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