Guest User

Untitled

a guest
May 20th, 2018
293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. "SourceIRC"
  2. {
  3. "Access"
  4. {
  5. "Hostmasks"
  6. {
  7. // Put hostmasks followed by SourceMod admin permissions here, Just like you would in IRC, * and ? wildcards are supported.
  8. "Yournick!YourIdent@yourdomain.com" "z"
  9. }
  10. }
  11. "Server"
  12. {
  13. "server" "88.91.225.93" // Server to connect to
  14. "port" "6667"
  15. "nickname" "IRC"
  16. "realname" "IRC"
  17. "channels"
  18. {
  19. "#Lucky.Gaming"
  20. {
  21. "relay" "1" // Tell the RelayAll module to relay messages to this channel
  22. "cmd_prefix" "!" // Ontop of calling the bot by name, you can also use "!" in this channel
  23. }
  24. "#sourceirc-admin"
  25. {
  26. "ticket" "1" // Tell the ticket module to send tickets to this channel
  27. }
  28. }
  29. }
  30. "Settings"
  31. {
  32. "msg-rate" "1.0" // Seconds to wait between sending messages, set to 0 to disable. Setting this too low can cause the bot to be kicked from the server for "Excess flood".
  33. // Team colors, use -1 to set no color.
  34. "teamcolor-0" "15" // Unassigned
  35. "teamcolor-1" "15" // Spectators
  36. "teamcolor-2" "04" // Red / Terrorist
  37. "teamcolor-3" "12" // Blue / Counter Terrorist
  38. "server-domain" "" // Servers domain/external IP. Leave blank for autodetect. Good if your server is running behind a router and has a local IP or you use a domain. This is only used for cosmetic purposes.
  39. }
  40. "Ticket"
  41. {
  42. "Menu"
  43. {
  44. "Abusive" "Abusive"
  45. "Racism" "Racism"
  46. "General cheating/exploits" "General cheating/exploits"
  47. "Wallhack" "Wallhack"
  48. "Aimbot" "Aimbot"
  49. "Speedhacking" "Speedhacking"
  50. "Mic spamming" "Mic spamming"
  51. "Admin disrepect" "Admin disrepect"
  52. "Camping" "Camping"
  53. "Team killing" "Team killing"
  54. "Unacceptable Spray" "Unacceptable Spray"
  55. "Breaking Server Rules" "Breaking Server Rules"
  56. "Other" "Other"
  57. }
  58. "Settings"
  59. {
  60. "spray_url" "" // If you have a URL where sprays can be downloaded, put it here and the bot will link to it in bad spray reports. Use {SPRAY} to insert the ID of the spray that's being reported. Leave blank to disable.
  61. "custom_msg" "" // Send this message when a ticket is submitted, good for mass highlighting everyone when a ticket is received.
  62. }
  63. }
  64. }
Add Comment
Please, Sign In to add comment