Boardunity & Video Forum

Boardunity & Video Forum (https://boardunity.de/)
-   Boardunity-Talk (https://boardunity.de/boardunity-talk-f8.html)
-   -   Tipps und Tricks (Mirc) (https://boardunity.de/tipps-tricks-mirc-t2486.html)

TRS 26.09.2004 13:26

Tipps und Tricks (Mirc)
 
Hier einige Tipps und Tricks für Mirc, wie man sich das Leben etwas einfacher machen kann. Das ganze ist für Remotescripting gedacht ( ALT + R -> Remote). Mehr dazu in der Hilfe zu Mirc.

Tipps und Tricks (Mirc)

Setze deinen Nick auf {USERNAME} beim Start von Mirc.
Code:

on *:LOAD: {
  /nick {USERNAME}
}


Bimmel, wenn jemand den Channel betritt
Code:

on *:JOIN:*:beep

Automatischer Identify
Code:

on *:NOTICE:*registered and protected*:*:{
  /msg NickServ IDENTIFY {PASSWORT}
}


Autmatischer Join nach dem Identify
Code:

on *:NOTICE:*Password accepted*:*:{
/join #boardunity
}



Alle Zeitangaben in WEZ +1. Es ist jetzt 05:54 Uhr.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25