This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Help with my bottalk script? [SOLVED]

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
E
EnglishExpress
Halfop
Posts: 40
Joined: Tue Aug 14, 2007 1:28 am

Help with my bottalk script? [SOLVED]

Post by EnglishExpress »

Okay so I wasn't sure if I should put this is tcl requests or help lol 'cause I kinda need both...

Well My script is kind of like:

Code: Select all

{
  "*triggerword*" {
   "Reply one"
   "Reply two"
   "Reply three"
   "Reply four"
   "Reply five"
   "Reply six"
   "Reply seven"
   "Reply eight"
   "Reply nine"
   "Reply ten"
  }
 }
 {
Right well, I have some of the replies, but I'm very unimaginative so I need alot more lol but the thing is, I don't want to paste what I have so far publically, I know this is alot to ask, but can someone maybe message me their ideas?



The bot is a duckish name so I'm trying to keep in the theme of things.
Personally I think their should be more triggers but the person I said I'd help out doesn't want more I don't think.

But if anyone doesn't want to help me it's okay I understand lol the whole private thing is alot to ask in a public forum!

Also I think my spacing is a little off within the script. oh yeah and one more thing ;/ is it posible to put a reply nick in such a simple script say like:
<person> blah blah bot blah
<bot> I'm not a bot person!

Ya'll can delete this post if you like lol, I know it's a little hard to understand where I was coming off from
Last edited by EnglishExpress on Sat Feb 09, 2008 9:21 am, edited 1 time in total.
User avatar
Sir_Fz
Revered One
Posts: 3794
Joined: Sun Apr 27, 2003 3:10 pm
Location: Lebanon
Contact:

Post by Sir_Fz »

Ok, you haven't made any logical request in your post so I'm going to ask you: What do you want?

As for the bot reply thing, try this code:

Code: Select all

bind pubm - *bot* reply:bot

proc reply:bot {nick uhost hand chan arg} {
 puthelp "privmsg $chan :I'm not a bot $nick"
}
E
EnglishExpress
Halfop
Posts: 40
Joined: Tue Aug 14, 2007 1:28 am

Post by EnglishExpress »

It's mostly the replies I need help with, I can get my friend to fix the functionality. I'm just not very creative is all D:
Post Reply