Hey, so I'm trying to write a simple afk script that will append or remove "|afk" from what ever nick im currently using...but Im kinda lost on how to do that 0.o - cheers
}
/away {
say Bye!
/nick **add |afk from current nick
}
/back {
say Hi!
/nick **remove |afk from current nick
}
Right now I'm using:
}
/away {
say Bye!
/nick cowpizza7|afk
}
/back {
say Hi!
/nick cowpizza7
}
The problem is I sometimes change nicks, and I don't want to have to update the script everytime I nick hop
