Soubi

Soubi

Joined:
Jul 04, 2010

Activity Stream

Soubi commented on a Snippet, Periodic Table  -  Dec 25, 2010
;D i know that sunslayer...i just picked one since Hawkee doesnt have a " other " >.> choice
 Respond  
Soubi posted a Snippet  -  Dec 20, 2010
Soubi commented on an Image, Light   -  Nov 26, 2010
:D <3 I love it
 Respond  
Soubi posted an Image  -  Nov 25, 2010

Quote


umm if ur gonna post on a site where most of the people speak english. then you should use the translator yourself and post in english. and i would say the same bout anyone posting on a site thats mostly one language. use the language that most of the people there use

:/ Spanish or not, some people might find this useful
 Respond  
Soubi commented on a Snippet, F-Keys Alias  -  Nov 20, 2010
lol, it doesnt matter BigSteve..if you open a bracket..you still have to close it :P..it's just what is
 Respond  
Soubi commented on a Snippet, Whois Watcher  -  Nov 17, 2010
Sorry Snooop v.v
 Respond  
Soubi commented on a Snippet, Mute Script  -  Nov 16, 2010
MichaelA: I had some trouble with this script actually.. :/ this is what i did with it..

Code

 

I had to fix a few of the timers..and the unmute feature o.O it looks good how it is when you did it..but it didnt like to work correctly :P..you know how some scripts are a pain in the ass..
 Respond  
Soubi commented on a Snippet, Whois Watcher  -  Nov 10, 2010
:P kinda looks like mine SnoooP..in fact...about a little over 70% does look like mine :D
also..nice addition to the window... o.O only think i could think of was the on and off switch on mine
 Respond  
Soubi commented on a Snippet, Gage's Bot Script  -  Nov 10, 2010
lol ikr, matt. :D i must say..mine is still more epic
 Respond  
Soubi commented on a Snippet, F-Keys Alias  -  Oct 24, 2010
:P Thank you, PunkTuReD. Also LadySorien,if you are using mIRC or any version/script OF mIRC, if you press ctrl+h, then it should find all missing/missplaced brackets for you.
It should say somthing like, " There seems to be a bracket mis-match somewhere around line 29/etc." OR..just make sure you close all of the brackets that you open :P
 Respond  
Soubi commented on a Snippet, F-Keys Alias  -  Oct 21, 2010
Speaking of a closing bracket napa182, she is missing one xD...
 Respond  
Soubi commented on a Snippet, Gage's Bot Script  -  Oct 11, 2010
But there are many ways you can go with this script..people prefer to do it like _Teen_ is..because that is one of the efficiant ways. The thing about bot scripts, is that there is no failing..its just the scripters point-of-view of how to code it ;) There is really no " right or wrong " way to do it...unless the script fails..then you may have coded it wrong. ^_^
 Respond  
Soubi commented on a Snippet, Gage's Bot Script  -  Oct 11, 2010
And that is true _Teen_ :) i just know all of the long hard ways..im just getting used to the short easy ways :/..
 Respond  
Soubi commented on a Snippet, Gage's Bot Script  -  Oct 11, 2010
@_Teen_ " Tokenize 32 $Strip($1-) " I use that..just incase its more then just $1..but i guess you can make it work both ways o.o now that i think about it
 Respond  
Soubi commented on a Snippet, Gage's Bot Script  -  Oct 11, 2010
oh, and lines such like " if (~invite == $1) { invite $2 $chan } " dont need the {}'s..just simply " if (~invite == $1) invite $2 $chan " ..but only for one lined simple code like that one..if its 2 or more lines..then yes..you need those{}'s. It just saves some time.
 Respond  
Soubi commented on a Snippet, Gage's Bot Script  -  Oct 11, 2010
o.O in DevAkim's case, _Teen_ . He could set a var to "%founder" or something, and set it to send a memo to that nick/nicks. IE: msg memoserv send %founder ( of course make a line to set the var)
 Respond  
Soubi posted a Snippet  -  Oct 01, 2010
Soubi commented on a Snippet, Calculator Program: Percent of Error  -  Sep 30, 2010
:/ i get really bored in class most of the time...and last year in physics, our teach made a lesson that involed us learning how to program them..i was the only on in my class that caught on to it xD..i have a circuit program that im fixing to post..but it is over 100 lines..so it may take me a while. Oh, and one more question >.> i havent figured out how to make the " Quote: " or " Code: " box..may you tell me how to do that, xD..still trying to figure out all the things about hawkee
 Respond  
Soubi commented on a Snippet, Hoss the Partybot  -  Sep 30, 2010
I'm suprised that no on has pointed this out yet, but when you are typing

Code:

on *:text:Hoss I love you*:#:{
msg $chan I love you too,  $+ $nick }

on *:text:Hoss, I love you*:#:{
msg $chan I love you too,  $+ $nick }

on *:text:Hoss ilu*:#:{
msg $chan I love you too,  $+ $nick }

on *:text:Hoss is boss*:#:{
msg $chan You know it! B) }

:

You can simplify it down to something like

Code:

on *Text:*:#: {
if ($1- == Hoss is boss) msg $chan You know it! B)
if ($1- == blah blah) msg $chan and so-forth
}

:

Also..if it is just a one code line..like " msg $chan You know it! B)" you dont need the brackets around that..but if it is like a code " msg $chan You know it! B) | me bites $nick" you can just do it in 2 lines..take away the " | " but you do need brackets around that. :)

 Respond  
Soubi posted a Snippet  -  Sep 30, 2010
Soubi commented on a Snippet, Bot Snippet  -  Sep 24, 2010
eh...you prove a good point :P
 Respond  
Soubi commented on a Snippet, Bot Snippet  -  Sep 23, 2010
Yes there is a lot of repetition, but really doesnt matter. Same commands throughout the script, but only certain users can use certain commands. That is why its split up into five different levels. It works for what i want it to do, and thats all i care about ^_^. I'm new at scripting anyways...its not like I have time to sit down several hours a day and study scripting :/ i have plenty of Calculus and College Algebra work i could be doing.
 Respond  
Soubi posted a Snippet  -  Sep 23, 2010
Soubi commented on a Snippet, Whois Noticer for IRCops  -  Jul 21, 2010
Thanks SnoooP, and i also added a on and off swith just incase they dont want it on.. ^.^ and im very new at this, so i also thank you for helping me. I also made the echo say the server, and the time and date... :/ i got bored and just decided to add it xD
 Respond  
Soubi commented on a Snippet, Whois Noticer for IRCops  -  Jul 09, 2010
maybe to you, ^_^, you must have the mode +W set on you..adur..hence..you must be a ircop
 Respond  
Soubi posted a Snippet  -  Jul 09, 2010
Soubi commented on a Snippet, Channel mode shortcut, kickers, ect.(updated)  -  Jul 05, 2010
and i was meaning to put a mute command for a user as well, but i will figure that out later, bc i wish to set a timer on it that you can input, instead of having it in the code :D
 Respond  
Soubi commented on a Snippet, Channel mode shortcut, kickers, ect.(updated)  -  Jul 05, 2010
ty my friend :D..but those 3 things are bothering me..it works..but not the way i want it to >.<
 Respond  
Soubi commented on a Snippet, Channel mode shortcut, kickers, ect.(updated)  -  Jul 05, 2010
And thank you again Spoofing for showing me that, i did change it, but i have a problem with the +,-L, +,-l, and the miNK modes, they are giving me..a tad bit of trouble. -_-
 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.