Short Commands

By gokussjthunder on Aug 20, 2010

Short Commands For New Mirc Users
Enjoy It
Just Right Click On channel window and Status window u will seen some Buttons Those are:
Cycle = It will auto Left channel and Auto join leffted channel Just a click needed
Part = It will Quit The Channel that u Click on
Ghost Nick = If ur nick is hanged in channel Just follow this
Change Nickname = It will change ur nick to what u want
Identify = When you change your nick name Just click on this and type ur password
Set Away = It will show you away
Set back = It will show you back

menu channel,status {
  -
  ¤ Cycle Channel ¤:/cycle #
  ¤ Part Channel ¤:/part #
  ¤ Ghost Nick ¤:/nickserv ghost $$?="Enter a Nickname:" $$?="Enter your password:"
  ¤ Change NIckname ¤:/nick $$?="Enter a Nickname:"
  ¤ Identify NIckname ¤:/nickserv identify $$?="Enter Your pass:"
  ¤ Set Away ¤:/away $$?="Enter a Reason:"
  ¤ Set Back ¤:/away
  -
}

Comments

Sign in to comment.
napa182   -  Aug 20, 2010

could just make the away part like this

¤ Set $iif($away,Back,Away) ¤:away $iif(!$away,$$?="Enter a Reason:")
 Respond  
gokussjthunder   -  Aug 20, 2010

Hmmmm ty

 Respond  
GrimReaper   -  Aug 20, 2010

For the menu item of

 ¤ Set Away ¤:/away $$?="Enter a Reason:"
  ¤ Set Back ¤:/away

You could have

$iif($away == $false,$style(2)) ¤ Set Away ¤:/away $$?="Enter a Reason:"
$iif($away == $true,$style(2)) ¤ Set Back ¤:/away

then you can see if your marked away or not.

 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.