Simple !Say Script

By Dizzlenub on Jul 22, 2007

This one should actually really superly work.

on *:text:!say *:#: { 
  if ($nick == botownersnick) {
    msg $chan $2-
  }
}

on *:text:!me *:#: { 
  if ($nick == botownersnick)
    describe $chan $2-
  }
}

Comments

Sign in to comment.
xDaeMoN   -  Aug 25, 2007

\'$$?\' & \'$?\' does the same function. The only difference is \'$$?\' requires a text to be entered. If no text is entered, then it will just halt.

 Respond  
Dizzlenub   -  Aug 25, 2007

And you too, mountaindew.

FTW, Mountaindew, also, its $$?, not $?. I think. I dunno. &_&

 Respond  
Dizzlenub   -  Aug 25, 2007

... I like mine, lehmann, I\'m not an advanced scripter yet, and I hate being dependant on other people to do my work for me. Sorry.

If anyone wants his script, go ahead ^^ By all means, take his. But I will not allow myself to accept that kind of help, I want to figure it out on my own.

I hope that\'s inspiring. =D

  • Dizzle
 Respond  
lehmann14l   -  Aug 19, 2007

on :TEXT:say:?:{
if ($level($address($nick,2)) == 100) {
if ($3) {
if ($me ison $2) {
/msg $2 $3-
}
else {
/join $2
/msg $2 $3-
}
}
else { /msg $nick What to say? }
}
else { /msg $nick NO ACCESS :-D }
}

 Respond  
guest598594   -  Jul 23, 2007

id do

menu nicklist,status,channel {
Set Owner { owner }
}
alias owner {
set %owner $?=\"Who would you like to set as my owner?\"
}
on :text:!say :#: {
if ($nick == %owner) {
msg $chan $2-
}
}
on :text:!me:#:{
if ($nick == %owner) {
describe $chan $2-
}
}

 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.