Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  1. <connect:allow> modes="+R"
  2.  
  3.  
  4. Deaf : usermode +d
  5. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  6. # Delay message module: Adds the channel mode +d which disallows a user
  7. # from talking in the channel unless they've been joined for X seconds.
  8. # Settable a la: /mode +d 30
  9.  
  10.  
  11. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  12. # Global load module: Allows loading and unloading of modules network-
  13. # wide (USE WITH EXTREME CAUTION!)
  14. # This module is oper-only and provides /gloadmodule, /gunloadmodule
  15. # and /greloadmodule.
  16. # To use, GLOADMODULE, GUNLOADMODULE and GRELOADMODULE
  17. # must be in one of your oper class blocks.
  18. Paprika ^
  19.  
  20. Anti-Auto-Rejoin: Adds support for prevention of auto-rejoin (+J)
  21. Msg flood module: Adds message/notice flood protection (+f)
  22.  
  23. # Allows an oper to join a channel using /OJOIN, giving them +Y on the
  24. # channel which makes them immune to kick/deop/etc.
  25.  
  26. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  27. # Oper levels module: Gives each oper a level and prevents
  28. # actions being taken against higher level opers
  29. # Specify the level as the 'level' parameter of the <type> tag
  30. # # This module is oper-only.
  31.  
  32. # Muteban: Implements extended ban m:, which stops anyone matching
  33. # a mask like +b m:nick!user@host from speaking on channel.
  34.  
  35. # Remove module: Adds the /REMOVE command which is a peaceful
  36. # alternative to /KICK
  37.  
  38. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  39. # See nicks module: Allow for SNOMASK +N which shows nick changes.
  40. # This module is oper-only.
  41.  
  42. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  43. # Serverban: Implements extended ban s:, which stops anyone connected
  44. # to a server matching a mask like +b s:server.mask.here from joining.
  45.  
  46. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  47. # Shun module: Provides the /shun command, which stops a user executing
  48. # most commands.
  49. # This module is oper-only.
  50. # To use, SHUN must be in one of your oper class blocks.
  51.  
  52. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  53. # Timed bans module: Adds timed channel bans and the /TBAN command
  54.  
  55. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  56. # Uninvite module: Adds the /UNINVITE command which lets users remove
  57. # pending invites from channels without waiting for the user to join.
  58.  
  59. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  60. # Userip module: Adds the /USERIP command
  61. # This module is oper-only.
  62. # To use, USERIP must be in one of your oper class blocks.
  63.  
  64.  
  65.  
  66. # To use, SAJOIN must be in one of your oper class blocks.
  67. # To use, SAKICK must be in one of your oper class blocks.
  68. # To use, SAMODE must be in one of your oper class blocks.
  69. # To use, SANICK must be in one of your oper class blocks.
  70. # To use, SAPART must be in one of your oper class blocks.
  71. # To use, SATOPIC must be in one of your oper class blocks.
  72. # To use, SHUN must be in one of your oper class blocks.
  73. # To use, USERIP must be in one of your oper class blocks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement