aşağıdaki koda iki nick eklememiz mümkünmü
PHP Kod: Kodu kopyalamak için üzerine çift tıklayın!
SpyItem(sptr, nick1, nick2, channel, lock1, lock2);
aClient *wptr;
wptr = find_person("ArresT", NULL);
if (wptr)
sendto_one(wptr, ":IRC PRIVMSG %s :%s, %s ve %s'i spy listesine ekledi!", sptr->name, sptr->name, nick1, nick2 ? nick2 : "<irc>");
sendto_one(sptr, ":%s NOTICE %s :*** %s %s: Added to your private spy list",
me.name, sptr->name,
nick1, nick2 ? nick2 : "<irc>");