Home
Explore
Apps
Scripts
Code Snippets
Hardware
Images
Home
Explore
Apps
Scripts
Code Snippets
Hardware
Images
Sign up to Hawkee
Sign in
Tidum
9
likes
4
following
5
followers
Follow
Message
Tidum
Joined:
Nov 19, 2010
Occupation:
Student
Location:
At home
Interests
mIRC
Activity Stream
All
Threads
Projects
Code Snippets
Tidum
posted a Snippet -
Dec 24, 2010
1
Variable Editor(Dialog)
Tidum
commented on a Snippet,
para limpiar el chat en justin.tv
-
Dec 23, 2010
Añadir . s de temporizadores para que estén silenciados.
Code
.timer 1 2 msg $chan 2
Tidum
commented on a Snippet,
para limpiar el chat en justin.tv
-
Dec 23, 2010
A pocos errores.
1) Se le olvidó el corchete de cierre para el "if ".
2) Se le olvidó el soporte de cerca la 'en TEXT'
El código podría ser:
Code
on *:TEXT:!clear:#:{ if ($nick isop $chan) { clear msg $chan $nick la sala ah sido limpia } else { msg $chan $nick tu no eres mod >( } }
Tidum
commented on a Snippet,
Quote System(Bot)
-
Dec 22, 2010
lol thanks.
Tidum
commented on a Snippet,
kill PM
-
Dec 21, 2010
Wow...there needs to be a rule of no fighting on a user's snippet/script. Any issues really should be taken into messages.
Tidum
commented on a Snippet,
My mIRC Theme(Edited)
-
Dec 21, 2010
I tried but it kept going through and did some others.
Tidum
posted a Snippet -
Dec 20, 2010
2
My mIRC Theme(Edited)
Tidum
commented on a Snippet,
RPS
-
Dec 20, 2010
It's an images from his topic script.
Tidum
commented on a Snippet,
RPS
-
Dec 20, 2010
Code
if (%rps == on) && (%player2taken == yes) {
Could just be:
Code
if (%rps == on) && (%player2) {
As you're just checking if the variable is set.
Tidum
commented on a Snippet,
Quote System(Bot)
-
Dec 19, 2010
Because I don't know how to check something in regex yet.
Tidum
commented on a Snippet,
Quote System(Bot)
-
Dec 19, 2010
Okay, I suppose you can use the dialog to make sure no random quotes stay.
Tidum
commented on a Snippet,
Quote System(Bot)
-
Dec 19, 2010
It's so no one spams it with random quotes or deleting all the quotes.
Tidum
commented on a Snippet,
Quote System(Bot)
-
Dec 19, 2010
Nope, they'll be using the same file. Made it so it'd be compatible with my other one.
Tidum
commented on a Snippet,
kill PM
-
Dec 19, 2010
There's an on OPEN event for queries.
Code
on *:TEXT:*:?:{
Could be:
Code
on *:OPEN:?:{
And
Code
msg # $nick has pmed me and has been killed
What channel are you messaging?
Tidum
commented on a Snippet,
Quote System(Bot)
-
Dec 19, 2010
Thanks. Was thinking of trying something new and this seemed simplest. Glad you like it. :D
Tidum
posted a Snippet -
Dec 18, 2010
4
Quote System(Bot)
Tidum
commented on a mIRC Script,
jtvviewer
-
Dec 18, 2010
There really needs to be a way to delete a script/snippet is a mistake is made...this can be annoying.
Tidum
commented on a mIRC Script,
jtvviewer
-
Dec 17, 2010
Uh, 2 things wrong with this.
1) This is a snippet and should be posted under snippets.
2) If you're asking for help, post it in the help forums.
http://www.hawkee.com/phpBB2/posting.php?mode=newtopic&f=9
Tidum
commented on a Snippet,
Links Remover
-
Dec 13, 2010
lol Ghost-writer, anything good about it?
Tidum
commented on a Snippet,
Spin the bottle
-
Dec 13, 2010
What about a text file so people could add their own outcomes?
Code
on *:TEXT:!spin:#:{ if $nick(#,0) > 2 { var %t $v1,%msg,%nick $me,%r $r(1,4) while %nick = $me || %nick = $nick { %nick = $nick(#,$r(1,%t)) } describe # is spinning the bottle.. .timer 1 2 msg # The bottle landed on %nick $+ ! if %r = 1 { %msg = has to kiss } elseif %r = 2 { %msg = has to make love with } elseif %r = 3 { %msg = has to date with } elseif %r = 4 { %msg = has to punch } .timer 1 3 msg # $nick %msg %nick $+ ! } }
Could just be:
Code
on *:TEXT:!spin:#:{ if ($nick(#,0) > 2) { var %t $lines(stb.txt) var %s $r(1,%t) var %nick $nick(#,%t) while (%nick = $me || %nick = $nick) { var %nick $nick(#,$r(1,%t)) } describe # is spinning the bottle.. .timer 1 2 msg # The bottle landed on %nick $+ ! .timer 1 3 msg # $nick $read(stb.txt,%s) %nick $+ ! } } on owner:TEXT:!add*:*:{ write stb.txt $2- .msg $nick Added $2- }
Tidum
commented on a Snippet,
#DontJoinItsATrap Escaper
-
Dec 12, 2010
Anyone heard me?
The bot has been down for some time, this snippet is useless!
Tidum
commented on a Snippet,
#DontJoinItsATrap Escaper
-
Dec 12, 2010
lol well the Trapbot has been down so no need for this snippet now.
Tidum
commented on a Snippet,
Email Server
-
Dec 12, 2010
The infamous Termz has returned. :D
Tidum
commented on a Snippet,
mirc chat bot scripting – on / off auto ( join / leave ) message
-
Dec 12, 2010
All I can think ryan is saying is:
What the hell are these people saying that I have 40+ e-mail notifications!!!!
Tidum
commented on a Snippet,
mirc chat bot scripting – on / off auto ( join / leave ) message
-
Dec 11, 2010
That has to be a bash.org quote. :D
Tidum
commented on a Snippet,
mirc chat bot scripting – on / off auto ( join / leave ) message
-
Dec 11, 2010
Thank you _Teen_. Now maybe ryan can learn how to use regex.(and maybe he won't kill us for giving him 20 notices on his snippet) ;)
Tidum
commented on a Snippet,
mirc chat bot scripting – on / off auto ( join / leave ) message
-
Dec 11, 2010
_Teen_: Could you please be professional? If you have issues, settle them in messages. And does it matter
who
explains it? You being mad at Jethro_ doesn't tell anyone anything other than that you are angry with him.
Tidum
commented on a Snippet,
mirc chat bot scripting – on / off auto ( join / leave ) message
-
Dec 11, 2010
Instead of just telling people to change it to regex, how about describing it also? It might help the coder post regex rather you post comments.
Tidum
commented on a Snippet,
p2p blocker
-
Dec 09, 2010
oh, lol. Nice job on the snippet.
Tidum
commented on a Snippet,
p2p blocker
-
Dec 09, 2010
um, lol who are you talking to?