Jump to content

Archived

This topic is now archived and is closed to further replies.

chain

on join notice greeter

Recommended Posts

  • Administrators
Description: Simple on join notice greeter...

 

 

>; Simple on join notice which you can use to greet users. ; You can customize to count visitors as well. Replace #urchannel; with your channel, don't use in channels where its not welcome.; If you want to add more info, add addition notice command lines in the ; event as appropriate.menu channel {  Channel Autogreet  .On:{ .enable #chan.autogreet }  .Off:{ .disable #chan.autogreet }}#chan.autogreet offon @*:JOIN:#urchannel:{    inc %chan.counter    notice $nick Welcome to $chan $nick, you are the $ord(%chan.counter) to join!}#chan.autogreet end

Link to comment
Share on other sites



×
×
  • Create New...