Top

Comments

  (20)  RSS
ZiX's
Eugenio
Comments: 1,110
 
mIRC Snippet:  PM Blocker
Posted on Apr 25, 2008 1:31 pm
1/10 -_-'
Scakk
Comments: 239
 
mIRC Snippet:  information @window
Posted on Feb 27, 2008 12:19 pm
Yes you can Darkkeeper

/log <on|off> <window> [-f filename]

Turns logging on and off for a window, if you specify a filename the logs file dialog is not popped up.


Darkkeeper
Comments: 101
 
mIRC Snippet:  information @window
Posted on Feb 27, 2008 12:00 pm
only thing i dont like about @ windows is you cant log anything done in them
ZiX
Comments: 52
 
mIRC Snippet:  information @window
Posted on Feb 27, 2008 12:09 am
Thanks for the idea, napa182.
ZiX
Comments: 52
 
mIRC Snippet:  @window on kick
Posted on Feb 26, 2008 9:09 am
thx everyone :)
Cheiron
Comments: 329
 
mIRC Snippet:  @window on kick
Posted on Feb 26, 2008 3:37 am
nice script ZiX. i did a far simpler version that concentrated solely on kicks and bans on page http://www.hawkee.com/snippet/3556/
But this is way nice what i seeing here.. ya gots a 7 from me
napa182
Comments: 1,155
 
mIRC Snippet:  @window on kick
Posted on Feb 26, 2008 12:09 am
if he wants to go that route of
Quote:
build on the idea an make a full scale @ window recorder(ops.deops.voice.devoive.ETC.)

he can use
Code:
on *:rawmode:#:{

just a thought
EL
Comments: 1,406
 
mIRC Snippet:  @window on kick
Posted on Feb 25, 2008 11:14 pm
Code:

#kickinform #end

You need to move your end group( put #kickinform end under your last bracket in your on kick command),an delete that # from your end group,An why have it set as a group if there is no enable an disable commands in your menu or channel etc(you have close for the @ window just add the group on an off).,will come in handy if you dont want to record an more to have those commands added.Hmm other then that its ok,maybe build on the idea an make a full scale @ window recorder(ops.deops.voice.devoive.ETC.) maybe even have a choice to write the window contents into a txt file for saving etc."Rate it or Hate it?"...6/10.`-.-´
napa182
Comments: 1,155
 
mIRC Snippet:  Double kill
Posted on Jan 26, 2008 10:34 pm
you can just stick this in aliases and highlight the nicks in the nicklist you want to kill then press F1
Code:
F1 { kill $snicks Go Away }
[-DDC-]Darkness
Comments: 22
 
mIRC Snippet:  Pm Blocker v.2
Posted on Jan 23, 2008 4:52 pm
Hm. I just used it. It's not bad. Still, I think you should change the On and Off to Accept or Decline. Otherwise random noobs will be like "heeeyyy! It doesnt work!!! :("
But yea. Thats me, tho. >_<
mountaindew
Comments: 1,651
 
mIRC Snippet:  PM Blocker
Posted on Dec 11, 2007 1:55 pm
menu * rather
mountaindew
Comments: 1,651
 
mIRC Snippet:  PM Blocker
Posted on Dec 11, 2007 1:53 pm
so maybe u shuold do like
Code:

menu channel {
  $iif(!$server,$style(2)) PM Blocker: $iif($server,dialog $iif($dialog(pmblocker),-v,-m) pmblocker pmblocker)
}
Rebellious
Comments: 64
 
mIRC Snippet:  PM Blocker
Posted on Dec 10, 2007 9:50 pm
Yes, but the script can be enabled and disabled while disconnected. If you enable it or disable it while disconnected, the script will amsg. Thus giving an error.
SLS10
Comments: 35
 
mIRC Snippet:  PM Blocker
Posted on Dec 10, 2007 9:27 pm
One issue, Mountaindew. If someone isn't connected, do they expect to get a PM? Also, why would anyone PM themselves?

Little nitpicky thing I am. Sorreh.
mountaindew
Comments: 1,651
 
mIRC Snippet:  PM Blocker
Posted on Dec 10, 2007 7:02 pm
i found a lot of things wrong with this script :/

*if u try to open the dialog with the menu when its open, it gives an error (solve with $iif and dialog +v/+m)
*if you arent connected or arent on a channel, it gives an /amsg error
*if you pm urself, it goes nuts until you turn it off (when you pm urself that u dont accept pms, it just keeps going on and on with the on open)
*the pms blocked () duznt update unless u refresh the dialog

suggestion: i would disable the on/off button when you click it so that you know whether its on/off

but other than that, i guess it serves its main purpose under the correct circumstances
mountaindew
Comments: 1,651
 
mIRC Snippet:  Double kill
Posted on Dec 10, 2007 6:44 pm
use ; at the beginning of ur comment lines, and u have an extra bracket
ZiX
Comments: 52
 
mIRC Snippet:  Double kill
Posted on Nov 7, 2007 11:48 pm
-.- i know that i just made it so they can kill 2 people at the same time. i know its use less but some people may find it useful.
pokemaster23
Comments: 55
 
mIRC Snippet:  Double kill
Posted on Nov 7, 2007 8:11 pm
then whats the point of it?IRCops don't need a script to kill users.
ZiX
Comments: 52
 
mIRC Snippet:  Double kill
Posted on Nov 7, 2007 7:32 pm
well its obviously for ircops.
pokemaster23
Comments: 55
 
mIRC Snippet:  Double kill
Posted on Nov 6, 2007 9:03 pm
This script is useless unless you are an IRCop +
Bottom