mIRC Home    About    Download    Register    News    Help

Print Thread
#43993 25/08/03 12:52 AM
Joined: Aug 2003
Posts: 1
D
digital Offline OP
Mostly harmless
OP Offline
Mostly harmless
D
Joined: Aug 2003
Posts: 1
I was given this script and told that it would give info when i tpye .ewg, but i am not sure how to use it or if there is an incorrect variable or something.

Code:
on *:TEXT:*:#ewg.priv:{
  if ($1 == .ewg) {
    notice $nick .ewgwebsite, .ewgforums, .ewgroster, .ewgips, .ewgwtf
  }
  if ($1 == .ewgwebsite) {
    notice $nick http://www.ewgclan.com/
  }
  if ($1 == .ewgforums) {
    notice $nick www.ewgclan.com
  }
  if ($1 == .ewgroster) {
    notice $nick active members: Digital, Half Breed, Conn 1, Conn 2, Death Angel, Nero, KillaZone, TheMeb
  }
  if ($1 == .ewgips) {
    notice $nick CK BattleGrounds: 66.98.150.39:27964
    notice $nick Amish Warbarn: 69.12.83.183:27960
    notice $nick Narf: 207.44.208.29:27960
    notice $nick Vodka Frenzy: 66.78.1.221:27965
  


Any help would be apreciated. ,

Thanks, Travis

#43994 25/08/03 03:06 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Unsure if your aware it needs to be in the channel #ewg.priv It also cannot be used by the same mirc that the script is installed on. Meaning, if you opened remotes, placed the code in it, then went in your channel and tried to use it--it would not work. Lastly, if you didn't already know or missed them when pasting, u need to add two more }'s.

Code:
on *:TEXT:*:#ewg.priv:{
  if ($1 == .ewg) {
    notice $nick .ewgwebsite, .ewgforums, .ewgroster, .ewgips, .ewgwtf
  }
  if ($1 == .ewgwebsite) {
    notice $nick [url=http://www.ewgclan.com/]http://www.ewgclan.com/[/url]
  }
  if ($1 == .ewgforums) {
    notice $nick [url=http://www.ewgclan.com]www.ewgclan.com[/url]
  }
  if ($1 == .ewgroster) {
    notice $nick active members: Digital, Half Breed, Conn 1, Conn 2, Death Angel, Nero, KillaZone, TheMeb
  }
  if ($1 == .ewgips) {
    notice $nick CK BattleGrounds: 66.98.150.39:27964
    notice $nick Amish Warbarn: 69.12.83.183:27960
    notice $nick Narf: 207.44.208.29:27960
    notice $nick Vodka Frenzy: 66.78.1.221:27965
  [color:Red]}
}[/color] 


-KingTomato

Link Copied to Clipboard