Part, Join, Kick, ect Msgs

By Bluepower10 on Jan 31, 2009

Another one of my simple scripts, but you never know who wants it, lol.

This is a script for when someone quits/parts, they get a Goodbye PM.

When someone is kicked or banned, it says that it's good they are gone.

When someone is invited, it says that more people where needed in the room.

Simple, I know, but I am practicing, and learning, and hopefully soon my scritps won't be simple. :D

This is my third script I made, have fun, and there still may be bugs.

Also remember the more you comment, the better I get. :)

on *:JOIN:#: { .notice $chan Hello $nick $+ ! Welcome to $chan $+ . Have fun! }
on *:PART:*:#: { .notice $nick Bye $nick $+ ! See you later. }
on *:KICK:*:#: { .notice $chan I'm glad $nick is gone. I didn't like them! }
on *:BAN:*:#: { .notice $chan I'm Glad $nick is gone. I didn't like them! }
on *:INVITE:*:#: { .notice $chan Thanks for inviting me, $nick $+ ! }

Comments

Sign in to comment.
Aucun50   -  Feb 02, 2009

on *:quit: { .notice $nick Bye $nick $+ ! See you later. }

 Respond  
Bluepower10   -  Feb 02, 2009

What do you mean?

 Respond  
PuNkTuReD   -  Feb 02, 2009

what about on quit event?

 Respond  
Bluepower10   -  Jan 31, 2009

Fixed it. :)

 Respond  
Aucun50   -  Jan 31, 2009

Change msg $nick to .notice $nick that why you don't have 10000000 pms open also "." silences the notice so in your status screen you don't have 10000000 "notice sent to Ben Dover ( Hello Ben Dover! Welcome to Ummmidk. Have fun!)

Ben Dover is a real name btw :)

 Respond  
Bluepower10   -  Jan 31, 2009

Well, sometimes they leave the channel, but stay on the server, so I left part there.

And I fixed the invite one.

 Respond  
Aucun50   -  Jan 31, 2009

No point in part, quit because it triggers after there gone.

on *:INVITE:*:#: { msg $chan I'm glad you invites $nick $+ . It was getting boring in here! }

That triggers only for you, so when you get an invite it does that.

 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.