IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Hazır Kodlar (https://www.ircforumlari.net/mirc-scripting-hazir-kodlar/)
-   -   Nick Complete kodu (https://www.ircforumlari.net/mirc-scripting-hazir-kodlar/352926-nick-complete-kodu.html)

VocaList 05 Eylül 2010 08:40

Nick Complete kodu
 
Kod:

on *:input:#:{
if (/* iswm $1) { return }
var %a 0, %b, %c
while (%a < $numtok($1-,32)) {
inc %a
%c = $gettok($1-,%a,32)
if ($remove(%c,!,?,:,;,.,$chr(44),?) ison #) { %b = $iif(%b,%b) $+(,%c,) }
else { %b = %b %c }
}
if (!%b) { %b = $1- }
say %b
halt
}

özeLLiği : nick ' e kanalda seslenince nicki bold çıkar ÖRN : VocaList (VocaList)

Kod:

On *:INPUT:#: {
if ($left($1,1) != /) {
if ($1 ison $target) {
msg $chan $+(12,$mid($1,1,1),,,$mid($1,2,$len($1))) $2-
}
else {
msg $chan $1-
}
halt
}
}

ÖRN ;
NormaL => (IRC)-(14:43:59) <VocaList> deviL
Diyer => (IRC)-(14:43:59) (VocaList) deviL


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 02:25.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk