astro

astro

Joined
Aug 09, 2004

Code Snippets

astro created a Page  -  Sep 07, 2004
403 

this actually completes a nickname without having to push tab to resolve the nickname. All you need do is specify the first three letters of a nickname together with a : which is the trigger, space and then your text. EG: ast: hello (pressing return would then display "Astro: hello"). I have made this a basic on INPUT event including normal messaging of the channel when there is no nick to complete.

  1 Thread   mIRC  
astro created a Page  -  Sep 07, 2004
478 

this snippet will allow you to select as many users in a nicklist as you want and get around mIRC's limit of 6 modes (6 nicks). Usage would be mass +q, mass -q etc

astro created a Page  -  Sep 07, 2004
391 

syk1k uploaded a snippet using on :ban:#:{ which is fine, but as he has told me doesn't work properly if the mode string is -o+b. So, I made my own version using RAWMODE. The way this one works is it checks to see first if the mode string ($1) contains +b and then checks each token of the modemask ($2) to see if your address or nick is present. Compared to on ban, this code may take about a 100th of..

  1 Thread   mIRC  
astro created a Page  -  Sep 05, 2004
262 

this alias will allow you to pass and return the address mask levels in sockread just like $address does

astro created a Page  -  Aug 09, 2004
122 

This snippet allows you to replace the command //scid -a . The purpose is to first check that the server connection ID is valid before executing the on that specified ID.

 Respond   mIRC  
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.