Website Connecter - Dialog

By #Warizardworks on Oct 16, 2009

Hey guys. This is a simple, yet tasteful mIRC Website Connecter Dialog that I made. ^_^

How it works: You right click and listed under channel modes is a menu for the dialog, you click that and brings up a little dialog. You then type in the full website url and press connect!

How to activate it: Take the script, put it in your remote tab and you are good to go!

That's about it for this script. Hope you enjoy.

~ This script was made by Wariopower of #WarizardWorks on irc.purplesurge.com ~

menu channel {
  Website Connecter: dialog -dmh wpwj wpwj
}
dialog wpwj {
  title "Website Connecter"
  size -1 -1 115 80
  option dbu
  text "Website Connecter", 1, 37 5 50 12, tab 7 flat
  edit "", 2, 5 19 105 12, multi return autohs 
  button "Connect to Website", 3, 5 40 105 12, tab 7 flat
  link "By Wariopower", 4, 40 64 70 12, tab 7 flat
} 
on *:DIALOG:wpwj:edit:2 {
  set %website $did(wpwj,2).text
}
on *:DIALOG:wpwj:sclick:3 {
  run %website
  ame just connected to:4 %website 6- using - 2Wariopower's Website Connecter Dialog
}
on *:DIALOG:wpwj:sclick:4 {
  set %link http://www.hawkee.com/profile/58981/
  run %link
}

Comments

Sign in to comment.
#Warizardworks   -  Oct 17, 2009

That's cool. On my previous dialog, people were also saying how I could shorten lines and make them different. Thanks. =]
~ Wariopower

 Respond  
Testor   -  Oct 16, 2009

instead of

on *:DIALOG:wpwj:sclick:4 {
  set %link http://www.hawkee.com/profile/58981/
  run %link
}

you can do

on *:DIALOG:wpwj:sclick:4 {
  url -an http://www.hawkee.com/profile/58981/
}
 Respond  
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.