Guest User

Untitled

a guest
Dec 11th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.75 KB | None | 0 0
  1. on *:text:$version:#: {
  2. notice $nick Daffy. Duffy, Doffy IRCbots. Scripted by berend.
  3. Notice $nick Scripted in the mIRC Scripting Language (mSL) For Bugs reports. Or bot requests join #berend
  4. notice $Nick Daffy - Channel management bot. Uses trigger $. Write $ $+ help for more info.
  5. notice $Nick Doffy - Helpserv bot. You can not use this bot most of the time. But the trigger is @ en write @help for more info.
  6. notice $Nick Duffy - Funbot. Uses trigger !. For more info use !Help.
  7. notice $nick If you have any other questions you can just come into my channel. Or /query berend
  8. notice $Nick End of Version $+ .
  9. }
  10. on *:text:$help:#: {
  11. notice $Nick Daffy IRCbot, mSL scripted by berend ( $+ #berend $+ )
  12. notice $nick Userscript               Help with the userlist.
  13. notice $nick Settings                   Help with the Channel settings.
  14. notice $nick BanScript                Help with the Channel Bans.
  15. notice $nick Admincmd               List with Admin Commands and oaccess you need.
  16. notice $nick Usetcmd                 List uset commands.
  17. notice $nick Usercmd                 List user commands in the channel.
  18. notice $Nick End of Help commands Daffy.
  19. }
  20. on *:text:$help *:*: {
  21. if ($2 == Userscript) {
  22. notice $nick Userscript Commands Daffy
  23. notice $nick Users                                            Show the users, and there access.
  24. notice $nick ReadUsers                                   Read the users on the channel Users with op get 300 access. And users with voice get 100 access.
  25. notice $nick A                                                    Shows your access. Or the access of the user you wrote.
  26. notice $nick Ma                                                Shows your access in all channels, or that from the user you wrote.
  27. notice $nick Peons                                           Show the users with access 100.
  28. notice $nick Ops                                               Show the users, with access 200.
  29. notice $nick Masters                                        Show the users, with access 300.
  30. notice $nick Co-Owners                                  Show the users, with access 400.
  31. notice $nick Owners                                        Show the users, with access 500.
  32. notice $nick Adduser <nick> <level>              Add a user to the userlist. (Access: 100-200-300-400-500)
  33. notice $nick AddPeon <nick>                          Add a Peon to the userlist with access 100.
  34. notice $nick AddOp <nick>                              Add a Op to the userlist with access 200.
  35. notice $nick AddMaster <nick>                      Add a Master to the userlist with access 300.
  36. notice $nick AddCoOwer <nick>                    Add a Co-Owner to the userlist with access 400.
  37. notice $nick AddOwer <nick>                         Add a Owner to the userlist with access 500. (Need God mode)
  38. notice $nick Deluser <nick>                           Delete a user to the userlist.
  39. notice $nick Clvl <nick> <level>                     Gives a user a new access.. (Access: 100-200-300-400-500)
  40. notice $nick Resync                                        Set the channel access equal to the userlist.
  41. notice $nick Up                                                Set your channel access equal to the userlist.
  42. notice $nick Down                                           Removes your access to the channel (not the userlist)
  43. notice $Nick End of Userscript commands Daffy.
  44. }
  45. if ($2 == admincmd) {
  46. whois $nick
  47. var %auth $readini(dafauth.ini, nicks, $nick)
  48. if ($readini(admins.ini, 500, [ $+ [ %auth ] $+ ])) {
  49. notice $nick Admin Commands Daffy
  50. notice $Nick 1000       -       Addadmin
  51. notice $Nick 1000       -       Deladmin
  52. notice $Nick 1000       -       adminclvl
  53. notice $Nick 1000       -       Do
  54. notice $Nick 800        -        God
  55. notice $Nick 800        -        Nick
  56. notice $Nick 700        -        Reg
  57. notice $Nick 700        -        Unreg
  58. notice $Nick 600        -        Say
  59. notice $Nick 600        -        Emote
  60. notice $Nick 600        -        Part
  61. notice $Nick 600        -        Join
  62. notice $Nick 600        -        rslap
  63. notice $Nick 500        -        Givepoints
  64. notice $Nick 500        -        Love
  65. notice $Nick 500        -        Kiss
  66. notice $Nick 500        -        Slap
  67. notice $Nick 000        -        oa
  68. notice $Nick End of Admins commands Daffy.
  69. }
  70. }
  71. if ($2 == settings) {
  72. notice $nick Setting Commands Daffy
  73. notice $nick Set                                               Show the Settnigs.
  74. notice $nick Giveops <level>                         The access you need to get op (@) in the channel.
  75. notice $nick Givevoice <level>                      The access you need to get voice (+) in the channel.
  76. notice $nick Enfops <level>                            The access you need to give op (@) To someone.
  77. notice $nick Enfvoice <level>                         The access you need to Give voice (+) to someone.
  78. notice $nick Setters <level>                            The access you need to use the settings.
  79. notice $nick Autovoice <0/1>                         Gives voice to every user that joins the channel.
  80. notice $nick Userscript <level>                      The access you need to use the user commands.
  81. notice $nick Banscript <level>                        The access you need to use the Ban commands.
  82. notice $nick Protect <1/2/3>                           Change your own protection in the channel. 1 = Low. 2 = normal. 3 = high.
  83. notice $nick Uset <level>                                The access you need to use the uset commands.
  84. notice $Nick End of Setting commands Daffy.
  85. }
  86. if ($2 == banscript) {
  87. notice $nick banscript Commands Daffy
  88. notice $nick Bans                                           Shows the Channel Bans.
  89. notice $nick Savebans                                   Sets the banlist equal to the channel bans.
  90. notice $nick Rban                                           Sets the channel bans equal to the banlist.
  91. notice $nick Uba                                             Unbans everybody in the channel (not on the list)
  92. notice $nick Delbanall                                   Removes all the bans on the list (Not on the channel)
  93. notice $nick Addban <host>                           Add a ban in the channel.
  94. notice $nick Delban <host>                           Deletes a ban in the channel.
  95. notice $nick Kickban <level>                         Kickbanned a user from the channel, and add the ban to the banlist.
  96. notice $Nick End of Banscript commands Daffy.
  97. }
  98. if ($2 == usetcmd) {
  99. notice $nick Uset Commands Daffy
  100. notice $nick Uset                                            Show the uset settings.
  101. notice $nick Joininfo                                      Set's your joininfo.
  102. notice $nick Partinfo                                      Set's your partinfo
  103. notice $nick Remjoininfo                               Removes your joininfo.
  104. notice $nick Rempartinfo                              Removes your partinfo
  105. notice $nick Setinfo                                       Set's both the info's for a user (Need god mode enabled)
  106. notice $nick Reminfo                                     Removes both the info's for a user (Need god mode enabled)
  107. notice $Nick End of Uset commands Daffy.
  108. }
  109. if ($2 == usercmd) {
  110. notice $nick User Commands Daffy
  111. notice $nick Op                                               Op's a user in the channel. (@)
  112. notice $nick Deop                                           Deop's a user in the channel. (@)
  113. notice $nick Voice                                           Voices a user in the channel. (+)
  114. notice $nick Devoice                                      Devoices a user in the channel (+)
  115. notice $nick Dva                                              Devoices everybody on the channel Except Daffy. (+)
  116. notice $nick Va                                                Gives everybody voice in the channel. (+)
  117. notice $nick Opa                                             Gives everybody Op in the channel. (@)
  118. notice $nick Dpa                                             Deop's everybody in the channel. (@)
  119. notice $Nick End of User commands Daffy.
  120. }
  121. }
Add Comment
Please, Sign In to add comment