Resinator

Resinator

Joined
Jul 04, 2006

Activity Stream

Resinator commented on a Page, Extensible Account System  -  May 03, 2016

This looks really nice! Appreciate all the time spent in dialog creation. I have a somewhat similar user system (without dialogs for a bot) but it identifies users a little differently and holds different information.

 Respond  
Resinator commented on a Page, Global ame and amsg (for multi servers)  -  Apr 29, 2016

Nice, this is useful. I adapted this to a /gecho command for an alert system but had to add a $cid check.

alias gecho {
  set %scid $scid(0)
  while ( %scid > 0 ) {
    if ($network != $null && $cid !isin %gecho) { set %gecho $addtok(%gecho,$cid,32) | scon %scid echo 4 -a Alert Stuff Here! }
    dec %scid
  }
  unset %gecho
}
Resinator commented on a mIRC Script, RafaeLLa IRC Bot Services v7.5  -  Sep 23, 2014

.

Resinator created a Page  -  Sep 05, 2014
1 317 

Watch channels for a word or phrase and have it sent to a @Window or echo into your active channel. Main sends each term to a window named with the search term. Alternate method sends all of the search terms to a single @Window. Once loaded just right click in a channel window to change/view settings found under ChanWatch.

  1 Thread   mIRC  
Resinator commented on a Page, Simple PM(query) Spam/word Blocker  -  Jan 17, 2014

this is what the menu looks like with it on and off... click the images for full view

 Respond  
Resinator created a Page  -  Jan 17, 2014
1 495 

This is a very simple script that will block private messages containing any words you add to the blocked list. Useful if you get a lot of spam messages containing the same words. All blocked messages will be closed automatically and added to a window called @spam for later review.

  1 Thread   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.