Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
vanosg authored Jan 18, 2024
1 parent 5f388ff commit 318aa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/getops/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"schema":1,"name":"getops","version_major":3,"version_minor":0,"description":"A way for bots to get ops from other bots on the botnet (if they're on the same channel)","long_description":"This script is used for bots to request and give ops to each other. For this to work, you'll need your bots to be: linked in a botnet, running this script, added via .+bot nick address, the nickname should match the botnet-nick, have a unique the hostmask on IRC, and have a global or channel +o flag on all bots. The security of this relies on the fact that the bot which wants to have ops must be 1) linked to the current botnet (which requires a password), 2) have an entry with +o on the bot that he wants ops from and 3) must match the hostmask that is stored on each bots userfile (so it is good to keep the hostmasks up-to-date)","config":{"loaded":1,"requires":null,"vars":{"go_bot_unknown":{"description":"Log when an unknown (unauthorized) bot sends a request to your bot","value":1},"go_bot_unban":{"description":"Request to be unbanned it the Eggdrop is banned","value":1},"go_cycle":{"description":"Alert the channel if there are no ops","value":5},"go_cycle_msg":{"description":"Message used to alert channel there are no ops","value":"Please part this channel so the bots can cycle!"}}}}
{"schema":1,"name":"getops","version_major":3,"version_minor":1,"description":"A way for bots to get ops from other bots on the botnet (if they're on the same channel)","long_description":"This script is used for bots to request and give ops to each other. For this to work, you'll need your bots to be: linked in a botnet, running this script, added via .+bot nick address, the nickname should match the botnet-nick, have a unique the hostmask on IRC, and have a global or channel +o flag on all bots. The security of this relies on the fact that the bot which wants to have ops must be 1) linked to the current botnet (which requires a password), 2) have an entry with +o on the bot that he wants ops from and 3) must match the hostmask that is stored on each bots userfile (so it is good to keep the hostmasks up-to-date)","config":{"loaded":1,"requires":null,"vars":{"go_bot_unknown":{"description":"Log when an unknown (unauthorized) bot sends a request to your bot","value":1},"go_bot_unban":{"description":"Request to be unbanned it the Eggdrop is banned","value":1},"go_cycle":{"description":"Alert the channel if there are no ops","value":5},"go_cycle_msg":{"description":"Message used to alert channel there are no ops","value":"Please part this channel so the bots can cycle!"}}}}

0 comments on commit 318aa9a

Please sign in to comment.