Lindrian commented on mIRC Snippet: Join/Part kicker  -  Jun 19, 2007
Sorry for the doubble post, but you can:
instead of isop $chan etc, $nick($chan,$me,ohaq)
Lindrian commented on mIRC Snippet: Join/Part kicker  -  Jun 19, 2007
I belive it is.. But it doesnt really work properly on most servers.
Lindrian commented on mIRC Snippet: Pm blocker  -  Jun 15, 2007
A suggestion would be to use /set $+(%,var,.,$nick) so they wont overwrite eachother. or /set %var. [ $+ [ $nick ] ]

and then
if ($($+(%,var,.,$nick),2)) {
or
if (%var. [ $+ [ $nick ] ]) {
Lindrian commented on mIRC Snippet: DOND (Deal or No Deal) v0.18.3 BETA  -  Jun 14, 2007
I think he tries to say... you ripped it?

Which I dont think you have, as the coding is different.
Lindrian commented on mIRC Snippet: Alias tracker (AKA)  -  Jun 14, 2007
Alright. Thanks for clearing that out. Gave you a 8/10, my honest opinion about the script ;). Well done Russel.

And no problem, your welcome ;)
Lindrian commented on mIRC Snippet: Alias tracker (AKA)  -  Jun 13, 2007
Typo at:
echo 4 -a $nopath($scipt) will now unload due to compatability issues

$script, not $scipt

And i didnt quite get ur on start event, it wanted to unload, even tho i installed it today....

I dont knnow if im the only one experiencing it
Lindrian commented on mIRC Snippet: Alias tracker (AKA)  -  Jun 13, 2007
I love this new version. I edited to my needs, regarding the echo's. Since it echos seperatley. Changed that :)

Otherwhize, tereffic work.
Lindrian commented on mIRC Snippet: Protections  -  Jun 11, 2007
You can use:

Code

 
Lindrian commented on mIRC Snippet: Away System with Dialog  -  Jun 11, 2007
Let me explain $iif for you,

We have variable %var

But we are not sure if its set or not, and wants to run a check.

in a $iif statement, it would look like:
$iif(%var,do this, else this)

To put it out in normal if's;

if %var { do this }
else { do this }
Lindrian commented on mIRC Snippet: Away System with Dialog  -  Jun 10, 2007
I suggest using $iif.

on the load,

$iif(!$dialog(dname),Away sys,$style(2) Away sys): dialog -m dname dname

and

$iif(%variable,$v1,something else)
Lindrian commented on Image: My Sig  -  Jun 10, 2007
Looks pretty simple but good job :)
Lindrian commented on mIRC Snippet: Mass modes  -  Jun 08, 2007
Thank you for the usfull comments however.
Lindrian commented on mIRC Snippet: Mass modes  -  Jun 07, 2007
Updated the code a little for u solo. MIght not be the best, but but. And aswell not 'doing all modes' u want, as problems will prolly occus from network to network.

I added +eI, as I use them on my network.

Enjoy.
Lindrian commented on mIRC Snippet: Mass modes  -  Jun 07, 2007
I see. well, giving a score of 1 is kind of your style id say. However, i added the extra checks for the new users around here.

I made it kind of quick id say. I dont use the cheks myself. And if this was specefied for excepts or not, is not the point here.
Lindrian commented on mIRC Snippet: Mass modes  -  Jun 07, 2007
A score without a comment, lol :D
Lindrian commented on mIRC Snippet: Simple Calculator v1.7  -  May 26, 2007
heh, np :)
Lindrian commented on mIRC Snippet: Simple Calculator v1.7  -  May 26, 2007
heh, in ur menu, change DNAME to your dialog name ;)
Lindrian commented on mIRC Snippet: Simple Calculator v1.7  -  May 26, 2007
Missing the "/" function. Aswell, as there's a lil too much space, thats not needed.
Also, make the editbox 'read only' as you use the buttons anyways. To avoid issues.

the menu:

Code

 


or

Code

 

Lindrian commented on mIRC Snippet: Kick Revenge  -  May 26, 2007
Hell_master, theres nothing wrong with that event...
Lindrian commented on mIRC Snippet: Unstopable Revenge  -  May 26, 2007
How is this NOT unstopable?

I can simply do:

Code

 

and ull be screwed.


However, revenge scripts are rather lame.
Lindrian commented on mIRC Snippet: Temp op protection  -  May 24, 2007
use $+ to get $nick, instead of $nick ,
Result:

Lindrian, <- with $+
Lindrian , <- Without
Lindrian commented on mIRC Snippet: a voice and devoice on text  -  May 24, 2007
Yes, there are.

on !*:JOIN:#: {

the ! prevents it from being used when you join yourself....
Lindrian commented on mIRC Snippet: Mass slap script  -  May 24, 2007

Code

 


Does just what U want, Erma.
Lindrian commented on mIRC Snippet: Randnick 2.0 by Shiny  -  May 22, 2007
LOL. Why not just:

Code

 
Lindrian commented on mIRC Snippet: ChanModePro  -  May 21, 2007
also, saw in ur code that u use did -a id several times, u can use them once and do:
eg:
did -a CMP 1-10 HI
or
did -a CMP 1,2,3,4,5,6,7,8,9,10 hi
Lindrian commented on mIRC Snippet: ChanModePro  -  May 21, 2007
Your welcome :)
Lindrian commented on mIRC Snippet: ChanModePro  -  May 21, 2007
Heh, the loop thing was a lil messy, however:

Code

 

Sorry, did it in class you know ;)
Lindrian commented on mIRC Snippet: ChanModePro  -  May 21, 2007
Sounds great. Also thought of, what about removing the radio's, and make the check boxes select/unselect depending on the modes?

Code

 

or

Code

 

Im not sure if the alias with the loop is correct, i assumed that the first check is used from 30. (The id for the topic lock)

When the .state is 0, it returns the mode -<mode>, elseif the state is 1, it returns +<mode>.

When you press ok, the selected modes will be set.

Much better then nusing radios for add/remove ;).
Lindrian commented on mIRC Snippet: ChanModePro  -  May 21, 2007
Also, sorry for a second post, but when you add a channel, you can overwrite the old one, it doesn't really, it just adds it on top. Is that how its supposed to be?
Or isn't the add button supposed to be disabled while the variable contains a channel, when u press remove, the remove button gets disabled and the add button enabled?
Lindrian commented on mIRC Snippet: ChanModePro  -  May 21, 2007
I tried it, i saw that the "disable" radio goes over the box...
Also, for some reason, the second box in the channel thing didnt work.. Never added the channel.

Also, a few checks in the channel things would be ok:

Code

 


Also, the modes thingy didnt quite work for me, but i probably used it incorrectly. otherwhize nice work.
  1. Prev
  2. 6
  3. 7
  4. 8
  5. 9
  6. 10
  7. 11
  8. 12
  9. 13
  10. 14
  11. 15
  12. 16
  13. 17
  14. 18
  15. 19
  16. 20
  17. Next
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.