I don't know how to do this, lol.
Iv been trying to make a input script to ban a channel. But nothing works.
for example.. when I type !banchan #Chan.. it would ban that channel... But i have no clue how to make ~c: work with it.
Code:
 elseif ($1 == !banchan) { /mode +b $chan ~c:$2 } 

^that wont work. I don't know how to add the ~c: in lol. And is there a way that I can just say.. !banchan Chan.. and it will automatically add the # sign in?