UncleJohn

UncleJohn

Joined
Oct 13, 2009

Activity Stream

UncleJohn commented on a Page, UniOP Control  -  Mar 16, 2010

Hawkee I cant! I tried, it just says "This snippet already exists" and then asks me to view it.

 Respond  
UncleJohn commented on a Page, 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.

 Respond  
UncleJohn commented on a Page, Remote Who/What Is Adder Bypass  -  Mar 14, 2010

FordLawnmower im using it right now on my own bot, and it works.lol

 Respond  
UncleJohn commented on a Page, Remote Who/What Is Adder Bypass  -  Mar 14, 2010

NOTE: It still requires auser to delete who/what triggers.

 Respond  
UncleJohn created a Page  -  Mar 14, 2010
180 

I made this bit of script to bypass GrimReaper's auser requirement for triggering his two What/Who is scripts.

UncleJohn commented on a Page, 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, , $chan, , $address($nick,2), , , , )
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, , $chan, , $address($nick,2), , , , )
halt
}
}
}

}

 Respond  
UncleJohn commented on a Page, 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, , $chan, , $address($nick,2), , , , )
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, , $chan, , $address($nick,2), , , , )
halt
}
}
}

}

 Respond  
UncleJohn created a Page  -  Dec 26, 2009
185 

This is a script designed to allow you to add any commands to your bot from any channel, it is formatted at the moment to allow anyone to add scripts. But you can of course alter it for auser, or for $nick, or isop..etc.

  1 Thread   mIRC  
UncleJohn commented on a Page, 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.

 Respond  
UncleJohn commented on a Page, 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.

 Respond  
UncleJohn created a Page  -  Oct 14, 2009
315 

NOTE: Enter the network your going to use it on after the $network == line.

UncleJohn commented on a Page, 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!

 Respond  
UncleJohn liked a Page, Remote What Is Adder  -  Oct 13, 2009
UncleJohn commented on a Page, 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. :)

 Respond  
UncleJohn commented on a Page, 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

 Respond  
UncleJohn created a Page  -  Oct 13, 2009

I have redone this script a bit since I first uplaoded it, the timer was having issues, and forgot to include the highlight coding. This script was done with the help of GrimReaper using his away script,and parts of others. I encourage feed back, let me know what you think. Thank you.

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.