Hey guys i'm looking for script for !quote. Can anyone help me out?
Thanks! ![]()
Tom
Hey guys i'm looking for script for !quote. Can anyone help me out?
Thanks! ![]()
Tom
!quote system by X-Fusion..leave credits
;;;Quote system;;;
;;;X-Fusion;;;
;;;Dont rip;;;
;;;Leave credits in where they are due, if you claim as yours, it wont be, I know my own code;);;;
;;;Usage: !addquote (msg) to add quote. !delquote (quote) to delete a quote. !oq to turn on quote. !qo to turn quote off. !readquote (quote) to find a quote or !readline to view a quote on a specific line !functions to msg functions
;;;Quote start;;;
#quo on
on *:TEXT:#:{
if ($2 === $null) { msg # Search params invalid. Please specify by using !addquote(msg) !delquote (quote) !qoff to turn quote off !qon to turn quote on !readquote (quote/line) to find a quote or one on the line you specify }
elseif ($2 === !addquote) { write quotes.txt $nick $+ : $3- | msg # Quote added: In quotes.txt as: $nick $+ : $3- }
elseif ($2 === !functions) { msg # !addquote(msg) !delquote (quote) !qoff to turn quote off !qon to turn quote on !readquote (quote/line) to find a quote or one on the line you specify }
elseif ($2 === !delquote) { write -c quotes.txt $3- | msg # Quote deleted: $3- }
elseif ($2 === !qo) { disable #quo | msg # Quote system disabled. Type !qon to turn it back on }
elseif ($2 === !readquote) { $read(quotes.txt, w, * $+ $3- $+ *)) { /msg # $read(quotes.txt, w, * $+ $3- $+ *) }
elseif ($2 === !readline) { msg # !readline results for $3 $+ : $read(quotes.txt,$3) }
else { msg # No quote(s) found for $3- $+ . Type !functions to view the options or try your search again. }
}
#quo end
on *:LOAD:{
if ($me isin #) {
msg # Quote system loaded. Type !functions to view options. Made by X-Fusion. Being used by $me
}
else { echo -a Quote sys loaded. Made by X-Fusion }
}
Code should work, just made it here at the forum. Seems right, if not lemme know.
Thanks buddy. But it doesn't seem to be working.
LOL
Any idea's the script i'm using is hybrid omega and Kenobi_script neither of them worked also the hybrid had !quote but no way to add new quotes from our users
Thanks for your help...
Tom718
Oh i will never post some one's code as my own... All credit is given to whom ever created it... Thanks again for your help and time...
elseif ($2 === !addquote) { write quotes.txt $nick $+ : $3- | msg # Quote added: In quotes.txt as: $nick $+ : $3- }
I think thats the line your looking for to add quotes... if thats what you wanted.
If it doesnt work, take one of the three = things off.
the '===' shudn't be used unless it's a case sensitive, thats why they r always used in connections, like if (blah === login.blabla)
on me:*:join:#:hop #
LOL Thanks guys for your time.. I still can't add quotes to the quotes list with !addquote command. Any idea guys???
Thanks again
Tom
Did you try to download that link I put up? I think it might have the addquote thing in it, but im not sure myself.
Glitch.... Yes i have it was called quote system v2.3. I get a new option in the menu but users still can't add there quote. Well I'll keep tring I must be doing something wrong... Thanks for everyones help.
Thanks again...
Tom ![]()
![]()
I got it working.... Now only if i can figure out !profile....
Thanks for everyone's help... I ended up useing quote system 2.3 off the mirc site. My problem was typing the command properly to add the quote.
WooHoo
Thanks again
Tom718
lol its been about four days but you finally got it.
What problems are you having with !profile?
Hey Glitch... I am really new to this msn irc stuff... LOL What i would like to do with !profile is be able to have the user type !profile Nic and have the bot whisper back the link to the profile. Right now when a user types !profile Nic I see the profile screen open in the bot but it doesn't whisper back the link to the user. Any idea???
Thanks for everyone's help...
Tom
Geez... its sounds simple, but then again it dosn't. Have you tried an
!profile script made by someone else? Im not sure on the profile thing. I think there also might be a way to display the profile in whisper. Such as: TheScript whispers: Full Name - Blah Blah
TheScript whispers: Age - Blah
etc...
Good luck with it tom, I couldn't find any scripts for it.
Sign in to reply or start a new topic where your account has permission.