Originally Posted By: nataliad
1)you said to remove the three lines, are they removed now? you updated the code?
That's why i pasted the code again in post #184782.

Originally Posted By: nataliad
2) what you mean "other" protections?
All protections that had not been added by this temp-script.

Originally Posted By: nataliad
4) also can you make the script to work only for people in #channel1 and #channel2 in every server?
Add the channel names to all event definitions that contain a # char: join, op, help, voice, kick, part.
Change e.g.:
Code:
on *:op:#:
to
Code:
on *:op:#channel1,#channel2: