I've just noticed when you do something like
Code:
On *:TEXT:*:#:{
  lol #
}
alias lol { 
  timer 1 1 msg $1 lol
}

Just as an example.
If the channel name is #$me it will actually do
msg $me lol (Without the #)

I know this is because you have the #$1- thing.
But I do believe it shouldn't work for this.
If it does work it should be $chr(35) $+ $me