Tarih: 05-01-2008, 23:55
Socket bot için sunucuya giren ve belirtilen
idente sahip kullanıcıyı belirtilen kanala
/sajoin-lemek için yazmış olduğum bir kod.
Kod:
if ($2 = notice && *Client connecting* iswm $3-) {
if ($remove($gettok($13,1,64),$chr(40)) = belirtilen-ident) {
sockwrite -n socket-ismi sajoin $12 #belirtilen-kanal
}
}