Comments

 (11) 
  1. Everything
  2. Snippets
UncleJohn commented on mIRC Snippet: UniOP Control  -  Mar 16, 2010
Hawkee I cant! I tried, it just says "This snippet already exists" and then asks me to view it.
UncleJohn commented on mIRC Snippet: Remote Who/What Is Adder Bypass  -  Mar 14, 2010
I posted links to BOTH the scripts needed, this one just lets folks use the what/who triggers, there is no other way I know of to bypass the auser without giving folks access to the delete function too.

Only way I know to do it, is to make it a seperate script. I have it loaded seperatly incase I choose to go back to only allowing ausers access to everything, I thought I made it clear in the description.

Now even if I wanted to I cant seem to edit my own posts, so yeah..This will have to do.
UncleJohn commented on mIRC Snippet: Remote Who/What Is Adder Bypass  -  Mar 14, 2010
FordLawnmower im using it right now on my own bot, and it works.lol
UncleJohn commented on mIRC Snippet: Remote Who/What Is Adder Bypass  -  Mar 14, 2010
NOTE: It still requires auser to delete who/what triggers.
UncleJohn commented on mIRC Snippet: Remote What Is Adder  -  Mar 14, 2010
Here is a bypass for its auser requirement, it also bypasses the who is's one as well. Best used with both scripts.

On *:TEXT:*:#: {
if ($addon.status != on) && ($addon.status != off) { .msg $chan invalid configurations. | halt }
elseif ($addon.status == off) { halt }
elseif ($1 == What) {
if ($2 == Is) {
if ($hget(whatis.addon, $3) != $null) {
.msg $chan $replace($hget(whatis.addon, $3), <nick>, $nick, <chan>, $chan, <host>, $address($nick,2), <b>, , <u>, )
halt
}
}
}
elseif ($addon.status != on) && ($addon.status != off) { .msg $chan invalid configurations. | halt }
elseif ($addon.status == off) { halt }
elseif ($1 == Who) {
if ($2 == Is) {
if ($hget(whois.addon, $3) != $null) {
msg $chan $replace($hget(whois.addon, $3), <nick>, $nick, <chan>, $chan, <host>, $address($nick,2), <b>, , <u>, )
halt
}
}
}

}
UncleJohn commented on mIRC Snippet: Remote Who Is adder  -  Mar 14, 2010
Here is a bypass for the scripts auser requirement completly

On *:TEXT:*:#: {
if ($addon.status != on) && ($addon.status != off) { .msg $chan invalid configurations. | halt }
elseif ($addon.status == off) { halt }
elseif ($1 == What) {
if ($2 == Is) {
if ($hget(whatis.addon, $3) != $null) {
.msg $chan $replace($hget(whatis.addon, $3), <nick>, $nick, <chan>, $chan, <host>, $address($nick,2), <b>, , <u>, )
halt
}
}
}
elseif ($addon.status != on) && ($addon.status != off) { .msg $chan invalid configurations. | halt }
elseif ($addon.status == off) { halt }
elseif ($1 == Who) {
if ($2 == Is) {
if ($hget(whois.addon, $3) != $null) {
msg $chan $replace($hget(whois.addon, $3), <nick>, $nick, <chan>, $chan, <host>, $address($nick,2), <b>, , <u>, )
halt
}
}
}

}
UncleJohn commented on mIRC Snippet: BRB Tracker  -  Oct 16, 2009
Hmm well thanks for the feedback from those using the script

UPDATE: I had to remove the timed clear, apparently the timer was not clearing when the remini command was used, so it would fill the server with outstanding timers. There for this function has been removed.
UncleJohn commented on mIRC Snippet: UniOP Control  -  Oct 16, 2009
Firstly, because combining +m and +i is not a good thing 99% of the time, the reason to go +m is to shush trouble makers in the channel while you ban them..etc +i is only if there is a larger issue.

Secondly, because adding $+ is completely and utterly not needed in #$chan line. I have tested it on NNS and 6.35, and others have on 6.34 and not had any issues.
UncleJohn commented on mIRC Snippet: BRB Tracker  -  Oct 14, 2009
Zerg I tried that, but then the highlight wouldnt work, and that was one the features I wanted for my channel. Its very easy to modify to work with multiple users, but doing so makes it rather hard to get it to allow you to do highlights by %away due to $+ $nick sets it so the away is set as %awayuser, instead of %away user, I guess one could do $nick without the $+ I might try that soon. Love your snippet btw!
UncleJohn commented on mIRC Snippet: BRB Tracker  -  Oct 13, 2009
Jethro_ exactly it will work if some one types brb gone to the bathroom..etc As designed.

However you didnt mention that with $+ $Nick that if (%away isin $1-) wont work for highlighting, so I have removed the $+ +nick and returned to the older version which seems far more stable.

Your point is duely noted and thank you, but that was on purpose. :)
UncleJohn commented on mIRC Snippet: BRB Tracker  -  Oct 13, 2009
LOL Thanks GrimReaper, well you helped more then you know. I used parts of many of your scripts to figure out how to get it to act a certain way here and there..hehe
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.