Guest User

Untitled

a guest
Oct 22nd, 2017
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. commit e2d8dc2130d02191ab7279d175e8eaf129f8edbd
  2. Author: paul cannon <p@thepaul.org>
  3. Date: Tue Jun 28 10:01:18 2011 -0500
  4.  
  5. turn off chanprotect module
  6.  
  7. diff --git a/modules.conf b/modules.conf
  8. index ba8e35c..76abb4d 100644
  9. --- a/modules.conf
  10. +++ b/modules.conf
  11. @@ -408,28 +408,28 @@
  12.  
  13. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
  14. # Chanprotect module: gives +q and +a channel modes
  15. -<module name="m_chanprotect.so">
  16. -
  17. -<chanprotect
  18. - # noservices: With this set to yes, when a user joins a empty channel,
  19. - # the server will set +q on them. If set to no, it will only set +o
  20. - # on them until they register the channel.
  21. - noservices="no"
  22. -
  23. - # qprefix: Prefix (symbol) to use for +q users.
  24. - qprefix="~"
  25. -
  26. - # aprefix: Prefix (symbol) to use for +a users.
  27. - aprefix="&"
  28. -
  29. - # deprotectself: If this value is set (true, yes or 1), it will allow
  30. - # +a and +q users to remove the +a and +q from themselves, otherwise,
  31. - # the status will have to be removed by services.
  32. - deprotectself="yes"
  33. -
  34. - # deprotectothers: If this value is set to yes, true, or 1, then any
  35. - # user with +q or +a may remove the +q or +a from other users.
  36. - deprotectothers="yes">
  37. +#<module name="m_chanprotect.so">
  38. +#
  39. +#<chanprotect
  40. +# # noservices: With this set to yes, when a user joins a empty channel,
  41. +# # the server will set +q on them. If set to no, it will only set +o
  42. +# # on them until they register the channel.
  43. +# noservices="no"
  44. +#
  45. +# # qprefix: Prefix (symbol) to use for +q users.
  46. +# qprefix="~"
  47. +#
  48. +# # aprefix: Prefix (symbol) to use for +a users.
  49. +# aprefix="&"
  50. +#
  51. +# # deprotectself: If this value is set (true, yes or 1), it will allow
  52. +# # +a and +q users to remove the +a and +q from themselves, otherwise,
  53. +# # the status will have to be removed by services.
  54. +# deprotectself="yes"
  55. +#
  56. +# # deprotectothers: If this value is set to yes, true, or 1, then any
  57. +# # user with +q or +a may remove the +q or +a from other users.
  58. +# deprotectothers="yes">
  59.  
  60.  
  61. #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
Add Comment
Please, Sign In to add comment