It will sent a message to the channel when you join a specified channel This Script will send a message to the channels on join and will determine whether to say good-morning, afternoon or evening by the time of the day you are joining. You can add the channel/channels you want to send an on join message to.
on ^:snotice:: { if (Client connecting iswm $1-) { noop $regex($1-,: ([^ ]+) \x28([^@]+)@([^\x29]+)\x29) if (!$window(@Konekcije)) { window -mg[1]k[0]bxlkapoCzdk0tnbL @Konekcije 0 0 300 700 titlebar @Konekcije - Konekcije! } iline @Konekcije 1 5[ $+ $time(HH:nn) $+ ] $regml(1) ( $+ $regml(2) $+ @ $+ $regml(3) ) } if (Client exiting iswm $1-) { dline @Konekcije 1 $sline(@Konekcije,%i) haltdef window..
Nachdem ich für AdiIRC ein Script gesucht habe, welches Informationen zu verlinkten YouTube Videos anzeigt, wurde hier ich fündig. Allerdings ist das Script von nick1 (illhawkthat) in die Jahre gekommen und funktioniert nicht mehr richtig. Deswegen habe ich ein Rewrite vorgenommen und meine eigene Version erstellt und auf das wesentliche (das Anzeigen von Informationen) reduziert. Bei dieser Neuauflage..