Corne

Corne

Joined
Nov 06, 2004
Location
In the middle of nowhere

Activity Stream

Corne commented on a Page, Windows Quick Browser(Updated!!)  -  Feb 18, 2006

You should do a check if a new name is entered (for the rename button). If I click on \'cancel\' I will get \'/rename: invalid parameters...\'

 Respond  
Corne commented on a Page, Easy Modes  -  Feb 08, 2006

why \'if (o isin $1) { mode $active $1- } ?

 Respond  
Corne commented on a Page, Idle kicker  -  Feb 03, 2006

\'on @:TEXT:!idler:?:\' wont work ... it should be \'check.idle $2\' and if you wanna check if the nickname is @ in the channel he wants to check the users\' idle, it should be \'if $nick isop $2...\' not on @*:text....

 Respond  
Corne commented on a Page, Windows Explorer for files  -  Feb 03, 2006

You could use $bytes(size).suf to get the size in Gb/Mb/Kb/B and get rid of the bsize alias

 Respond  
Corne commented on a Page, Away System  -  Feb 02, 2006

Where is the alias \'Away.config\' ?

 Respond  
Corne commented on a mIRC Addon, CSmemo v1.1  -  Feb 01, 2006

ERROR: This script is pending review and has not been posted yet.

 Respond  
Corne commented on a Page, Unban all bans  -  Jan 22, 2006

Gex, Maybe you are using a different version of ircu... I dont know, works fine to me (UnderNet, Diemen.Nl.Eu.Undernet.Org). When you ban !@, it will remove all the other bans and ban !@. When you ban !@* and remove it in the same mode/line, it should remove all the bans from the banlist.

Thaks xDaeMoN and nice to see you too :D

 Respond  
Corne commented on a Page, Begining Protections  -  Jan 21, 2006

XpLoiTeR, dont use @ in your deop event cuz it wont work. Why did you used hop $chan ? it doesnt do anything and the ban -k wont work. And it should be $address($me,5) not 2, in the ban event.

 Respond  
Corne commented on a Page, unban all bans(clear bans)  -  Jan 21, 2006

You dont need a timer to remove all bans from a channel. Btw, did you see what happens when there is no ban in the banlist and the timer is still on ?

 Respond  
Corne commented on a Page, Unban all bans  -  Jan 21, 2006

How can you get that +b-b !@ !@ ? are you sure about that ?

 Respond  
Corne commented on a Page, Nicklist Painter  -  Jan 20, 2006

You should use .cnick -ns1 to color the regular users.

 Respond  
Corne commented on a Page, Banlist copier(UPDATE!!)  -  Jan 20, 2006

Maybe your banlist is not updated. Try: /mode #channel -b to updated it and $chan(#).ibl will return $true if its updated and false if its not.

 Respond  
Corne commented on a Page, Unban all bans  -  Jan 20, 2006

I see what you are saying and you are right. Updated~

 Respond  
Corne created a Page  -  Jan 20, 2006
3,602 

It removes all bans from a channel without looping. Type in a channel: /unbanall [#channel]

Corne commented on a Page, Basic $regex example  -  Jan 02, 2006

The elseif to $rand, shouldnt be elseif ($rand(0,9) >= 4) .... ? I red your notes but then it should be 0,1,2,3 (4 changes to trigger)
I dont know much about regex but the hi/hey/hello regex doesnt work for me. The bot should answer to \'hi/hello/hey \' right ? ohh well, it doesnt

 Respond  
Corne commented on a Page, Away System  -  Nov 27, 2005

And in the alias am.awayment you setted wrong the %nick and %chan variables, you should switch them :P

 Respond  
Corne commented on a Page, Away System  -  Nov 27, 2005

It should be be: on :text::: and on :action::: instead of on :text:: and on :action::

 Respond  
Corne commented on a Page, deop script  -  Aug 30, 2005

Where is the variable %banip setted ?

 Respond  
Corne commented on a Page, Kick/chan protection  -  Aug 28, 2005

/echo, /cs, /inc, /(un)set

 Respond  
Corne commented on a mIRC Addon, Hlp System v.1.1  -  Aug 22, 2005

Nice addon. I didnt know about /xyzzy :)

 Respond  
Corne commented on a Page, Simple Clan Bot  -  Aug 22, 2005

On !op/deop... commands, shouldnt be if $me isop # instead of if $nick isop $chan or both of them ? its useless to check if the nickname is op if the bot aint op.

 Respond  
Corne commented on a Page, Simple Private Protection  -  Aug 09, 2005

You could also use ini files instead of %vars so you wont see in your variables section so many variables

 Respond  
Corne commented on a Page, SimpleBot v2.7  -  Aug 06, 2005

It should be /msg $nick not $2 and use .msg $nick instead of /msg $nick so you wont get flooded so easily if there is a mass join (I\'m talking about on join event).
To all your swear protection should be /kick $chan $nick not $2.

 Respond  
Corne commented on a Page, RaidAway 2.2  -  Aug 03, 2005

well ... I think all of them. /msg , /nick, /amsg, /away . Its not wrong if you put \'/\' before a command in a remote file but it looks better.

 Respond  
Corne commented on a Page, RaidAway 2.2  -  Aug 03, 2005

Remove the last 2 }} and you can get rid of \'/\' too so it would look nicer.

 Respond  
Corne commented on a Page, Anti-Channel-Advertising  -  Aug 02, 2005

I\'m not DarthvReven and your code wouldnt work. /kick $1 should be kick $chan... and the timer is wrong too. You are using $1 in the wrong places. try /help $1-

 Respond  
Corne commented on a Page, Love calculator  -  Jul 28, 2005

I tried to figure out what it does but it doesnt make any sense to me, could you tell us/me what it does ? (I put Corne - Corne and I got 97.7....)

 Respond  
Corne commented on a Page, Prime numbers  -  Jul 28, 2005

I understood the first 3 parts with \'2\', %pr and $int (thanks)
I know that { } are not necessary there and I\'ll try to get rid of them if you say that it slows down the script. I wont update the snippet because it would suck (3 updates...) and a script never gets perfect no matter how good it is:) You should post a snippet with prime numbers to see how would yours look like (I\'m not trying to be rude)

 Respond  
Corne commented on a mIRC Script, Dragon Script V4.0  -  Jul 28, 2005

The MP3 player doesnt work for me. I set a main dir, I add a dir and click play. It says that the playlist should be saved... I save it and then when I click to load it doesnt load any list or let me to choose the playlist.

 Respond  
Corne commented on a Page, /go  -  Jul 28, 2005

if ($left($1,1) == $chr(35)) would be better than if ($chr(35) !isin $1-)

 Respond  
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.