irc:nnscript:autoscript

autoscript

on *:connect: {
  if ($network == ShilayaDE) {
    join #soldiers-of-blood
  }
}
dialog nnsg5_mod {
  title "nnscript PsyCore's Mod G5"
  size -1 -1 164 54
  option dbu
  box "Willkommen zum nnscript", 1, 2 2 158 47
  check "nicht wieder anzeigen", 2, 7 32 67 10
  text "Bei Problemen besuche bitte diese Seite", 3, 8 11 101 8
  link "http://www.hellhost.de/wiki/irc:nnscript", 4, 8 21 147 8
}
 
on 1:start: {
  if (!%nnsg5.startup) {
    dialog -m nnsg5_mod nnsg5_mod
  }
}
 
on *:dialog:nnsg5_mod:sclick:2: {
  if (!%nnsg5.startup) { set %nnsg5.startup 1 | dialog -x nnsg5_mod nnsg5_mod }
  elseif (%nnsg5.startup) { unset %nnsg5.startup | dialog -x nnsg5_mod nnsg5_mod }
}
 
on *:dialog:nnsg5_mod:sclick:4: {
  run "http://www.hellhost.de/wiki/irc:nnscript"
}
  • irc/nnscript/autoscript.txt
  • Zuletzt geändert: 2009/12/09 20:54
  • von psycore