I have 2 bots linked, and i want the "second" egg protect the users of the "first" bot without create new user on the "second" bot, how can i do this?
thanks, HecKel
Code: Select all
bind pub o .notice pub:notice
proc pub:notice {n u h c a} {
foreach hand [userlist *] {
setchaninfo $hand $c $a
}
putserv "NOTICE $n :Mensage sent: $a"
}
Code: Select all
!starlog <nick>
Code: Select all
!stoplog
Code: Select all
<chan>.<nick>.<dd><mm><yyyy>.log
Code: Select all
bind flud F * flood_control
(...)