dariux1x commented on a Page, Twitch BET Module  -  Oct 28, 2015

Hi, its say that I'm not moderator.

rebel9  -  Oct 29, 2015

notice the if (!$check_mod($network,$nick)) { in the code above. add yourself to mods.txt, it also says how to do this in the description at the top of this page.

alias check_mod {
  if (!$1) { return }
  if (!$2) { return }
  if ($me !ison $2) { return 0 }
  if ($1 !ison $2) { return 0 }
  var %f = mods.txt
  if (!$isfile(%f)) { return 0 }
  if (!$lines(%f)) { return 0 }
  var %r = $read(%f,nw,$1)
  if (%r) { return 1 }
  elseif (!%r) { return 0 }
}
Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.