Website Joiner

By Korvin on Mar 12, 2007

paste in remotes

on *:CONNECT: { /dialog -m wbs wbs }
dialog wbs {
  title "Open A Website?"
  size -1 -1 88 88
  option dbu
  button "*Xstatic.com*", 1, 26 4 37 12
  button "*Hawkee.com*", 2, 26 21 37 12
  button "*Both*", 3, 26 38 37 12
  button "*Other*", 4, 26 54 37 12
  button "Cancel", 5, 26 71 37 12, ok
}
on 1:dialog:wbs:sclick:1: /url http://xstatic.webtastix.co.nz/ | dialog -k wbs wbs 
on 1:dialog:wbs:sclick:2: /url http://www.hawkee.com/snippets.php?snippet_type=mirc | dialog -k wbs wbs 
on 1:dialog:wbs:sclick:3: /url http://www.hawkee.com/snippets.php?snippet_type=mirc | /url http://xstatic.webtastix.co.nz/ | dialog -k wbs wbs 
on 1:dialog:wbs:sclick:4: /urljoiner | dialog -k wbs wbs 
alias urljoiner {
  if ($1 == $null) /url $$input(Open What Site?,e,,$(www. .com, ))
}

Comments

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.