mushclient voting

General forum for game-related discussion.

Moderator: Moderators

Post Reply
User avatar
jared
Supporting Member 2018
Posts: 14
Joined: Fri Apr 02, 2004 13:57 pm

mushclient voting

Post by jared »

Copy the entire script below, open your alias tab, press the paste button in there and you now should have alias "vote" that automaticly launches your default webbrowser and opens the vote url for icesus. Some one could make some a bit more fancy one of this stuff ;)
Note that i have no clue about other clients, it's only been tested on MUSHclient.

Code: Select all

<aliases>
  <alias
   match="vote"
   enabled="y"
   send_to="12"
   ignore_case="y"
   sequence="100"
  >
  <send>OpenBrowser &#40;http&#58;//www.topmudsites.com/vote-idles.html"&#41;
Note &#40;"Thank you for voting!"&#41;</send>
  </alias>
</aliases>
Post Reply