Comments

 (37) 
  1. Everything
  2. Snippets
shugo103 commented on mIRC Snippet: Mimic control  -  Feb 22, 2007
Erm... this one is kinda like mine i made a long time ago...

on 1:TEXT:*:#: {
if ($nick == %nick) .msg # $1-
}
on 1:ACTION:*:#: {
if ($nick == %nick) .describe # $1-
}

Menu nicklist {
[Mimic]:/set %nick $1 | echo Mimicing $1
[SMimic]:/echo You Have Stopped Mimicing %nick | /unset %nick
}
shugo103 commented on mIRC Snippet: Physical Memory  -  Feb 08, 2007
You must be logged in though :P
shugo103 commented on Status: shugo103  -  Feb 08, 2007
Thanks alot, I will try i might need help scripting lol.. I stopped for a while and i just barely know stuff like my noob scripts :(
shugo103 commented on Status: shugo103  -  Feb 08, 2007
@PowerDragon Nice, few snippets.
shugo103 commented on mIRC Snippet: A bunch of pointless commands =]  -  Feb 08, 2007
Meh.. This snippet shouldn't be on this site.. No offence staccia.
shugo103 commented on mIRC Snippet: IRC Command Helper v2.0  -  Feb 08, 2007
Anope is Nickserv chanserv and all that but there are different ones such as atheme <--- (i think at least haven't been online for a year or so..) but you can version your services.
shugo103 commented on mIRC Snippet: Duel Script  -  Feb 08, 2007
Hmm... i think i have seen this script... on this very web site.. lol...
I will look for it now ^^
shugo103 commented on mIRC Snippet: blackjack  -  Aug 17, 2006
Yeah, When I loaded this up, It said either "Game has not been started" or
"Game is full try again later".
shugo103 commented on mIRC Snippet: Higher Lower Guessing Game  -  Aug 17, 2006
The only thing I have to say is, not yours.
shugo103 commented on mIRC Snippet: Randomness  -  Aug 17, 2006
Thanks.
shugo103 commented on mIRC Snippet: User Help, ON JOIN, ON PART v2.0: Easier!  -  Aug 12, 2006
All I am saying is that if you can do timebomb and the other ones how could this script possibly help you? it is only an on text event.
shugo103 commented on mIRC Snippet: User Help, ON JOIN, ON PART v2.0: Easier!  -  Aug 12, 2006
@Justdabomb2 It is helpful for you because you will just add something and call it your own, I am serious make your own scripts!
shugo103 commented on mIRC Snippet: remke 2 below  -  Jul 27, 2006
Omg Why so dramatic with the scripts layout? lol. when you can just do.


on *:TEXT:*:#: {
if ($nick == %nick) .msg # $1-
}
on *:ACTION:*:#: {
if ($nick == %nick) .describe # $1-
}

Menu nicklist {
[Mimic]:/set %nick $1
[SMimic]:/unset %nick
}
shugo103 commented on mIRC Snippet: Randomness  -  Jun 28, 2006
Umm, Just look at the Kiss the bottle script.
shugo103 commented on mIRC Snippet: Topic Styles.  -  Jun 27, 2006
lol, I don't get it everyone asks for some topic scripts but nothing happens when you do it.
lol
shugo103 commented on mIRC Snippet: Randomness  -  Jun 27, 2006
Done, I think I will update this script every few days.
shugo103 commented on mIRC Snippet: Randomness  -  Jun 27, 2006
Yeah I was trying that but I can't seem to make it work... Maybe if I tried this do yiou think it would work?

on *:text:*:#: {
if ($1 == @ $+ 8ball) .msg $chan $read(8.txt)
}
on 5:text:*:#: {
if ($strip($$1) == @ $+ new8) { .write 8.txt $2- }
if ($strip($$1) == @ $+ addk) { .write k.txt $2- }
if ($1 == @ $+ k) .kick $chan $2 $read(k.txt)
if ($1 == @ $+ kb) .ban $chan $2 | .kick $chan $2 $read(k.txt)
}
shugo103 commented on mIRC Snippet: Randomness  -  Jun 27, 2006
Hopefully this one gets better reviews >.>;....
shugo103 commented on mIRC Snippet: Simple 8ball Snippet  -  Jun 27, 2006
Cage, I did not know that snippet even existed O_O; I just made that 8ball for fun.
shugo103 commented on mIRC Snippet: Random Topic Styles  -  Jun 27, 2006
Sorry, I changed it yesterday.
shugo103 commented on mIRC Snippet: Random Topic Styles  -  Jun 26, 2006
Well, You need to have a second mIRC open, Then put it in the remotes then type @nt -Your Topic-

-Shugo103
shugo103 commented on mIRC Snippet: iBot v2.1  -  Jun 25, 2006
nickservs And that stuff. I know you only go to a couple servers But if you post it, it should work for alot of other servers.
shugo103 commented on mIRC Snippet: iBot v2.1  -  Jun 25, 2006
Why not make it work for other servers?
shugo103 commented on mIRC Snippet: Simple 8ball Snippet  -  Jun 25, 2006
-_- Let it be the way it is. There is nothing wrong with it no?
shugo103 commented on mIRC Snippet: Simple 8ball Snippet  -  Jun 25, 2006
Ya happy? :P
shugo103 commented on mIRC Snippet: Voice + auto voice  -  Jun 25, 2006
It is an Ok script, Maybe try this:
on *:JOIN:#yourchan: { .notice $nick Want a auto voice? Type !avoice (Please note your nick muster be registered other wise you will not be auto voiced) }
on *:TEXT:!avoice:#yourchan: { .cs access $chan add $nick 3 }
shugo103 commented on mIRC Snippet: Voice + auto voice  -  Jun 25, 2006
It is an Ok script, Maybe try this:
on *:JOIN:#yourchan: { mode $chan +v $nick | notice $nick Want a auto voice? Type !avoice (Please note your nick muster be registered other wise you will not be auto voiced) }
on *:TEXT:!avoice:#yourchan: { /cs access $chan add $nick 3 }
shugo103 commented on mIRC Snippet: Random Topic Styles  -  Jun 25, 2006
So, People! How do you like the script?
shugo103 commented on mIRC Snippet: Simple 8ball Snippet  -  Jun 25, 2006
Well, set works just as well as var in my opinion, It makes no differents for this snippet.
shugo103 commented on mIRC Snippet: Simple 8ball Snippet  -  Jun 24, 2006
Yeah, It might be really simple but it works :P
  1. 1
  2. 2
  3. 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.