Hey all, trying to figure out a couple things here. First thing is condensing the individual triggers into one instance (not having each one in it's own whole section. and the other problem I'm having is having the remote ban with a reason through Undernets X bot-tried a few things so far but it never give a reason on ban.
Thanks all for any help provided

here's the existing code I have so far:
on *:text:*:#depression:{
if (*meep*meep* iswm $strip($1-)) {
msg x ban #depression $nick
}
}
on *:text:*:#depression:{
if (*m33p*m33p* iswm $strip($1-)) {
msg x ban #depression $nick
}
}
on *:text:*:#depression:{
if (*moop*moop* iswm $strip($1-)) {
msg x ban #depression $nick
}
}