I have the following problem.
I want my bot to message me, when it receives a private message.
on *:TEXT:*:?:{
.msg mynick 05PRIVATE MESSAGE from $nick $+ : $1-
}
That works fine, but not when I change my nick.
To mynick|afk or whatever....
Is this also possible to do on hostmask or something?
Or does anyone have a solution for this?