Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:!parse*:#: {
- if (($2 != on) && ($2 != off)) {
- msg $chan Parsing is $group(#parse)
- }
- else {
- if ($2 == on) {
- enable #parse
- msg $chan Parsing is $group(#parse)
- }
- elseif ($2 == off) {
- disable #parse
- msg $chan Parsing is $group(#parse)
- }
- }
- }
- on *:text:!search*:#: {
- if (($2 != on) && ($2 != off)) {
- msg $chan Searching is $group(#search)
- }
- else {
- if ($2 == on) {
- enable #search
- msg $chan Searching is $group(#search)
- }
- elseif ($2 == off) {
- disable #search
- msg $chan Searching is $group(#search)
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement