;-=-=-=-=-=-=-=-=-=-=-= ; Simple Channel Greeting via Notice ; Written by Martyr2 (DALnet) ; #clan-x-scripterz (Team ClanX) ;-=-=-=-=-=-=-=-=-=-=-= ; 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 off on @*:JOIN:#urchannel:{ inc %chan.counter notice $nick Welcome to $chan $nick, you are the $ord(%chan.counter) to join! } #chan.autogreet end