on *:text:!pykolas:#:{
if ((%floodEVERYONE) || ($($+(%,floodEVERYONE.,$nick),2))) { return }
set -u2 %floodEVERYONE On
set -u3 %floodEVERYONE. $+ $nick On
if $nick = pykolas {
msg $chan /me Something something
}
if $nick = pyko_bot {
msg $chan /me I am robot

/
}
if $nick = pykolas2 {
msg $chan /me Hello random person

/
}
}