Posted by: Hamo
« on: February 11, 2011, 06:23:33 pm »like it 


on owner:TEXT:!connecth*:#:{
if ($2 == $null || $3 == $null) {
notice $nick Syntax: !connecth < Name of bot > < Channel to join >
}
else {
server -m $server -i $me $+ ` $+ $$2 -j $$3
notice $nick Bot $$2 Connected and joined $$3
}
}on *:TEXT:!connecth*:#:{
if ($nick == yournamehere) {
if ($2 == $null || $3 == $null) {
notice $nick Syntax: !connecth < Name of bot > < Channel to join >
}
else {
server -m $server -i $me $+ ` $+ $$2 -j $$3
notice $nick Bot $$2 Connected and joined $$3
}
}
}