Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. on *:TEXT:*:?: {
  2. if ($1 == !addserver) {
  3. if ($2 isin servers.txt) {
  4. write -ds$2 servers.txt
  5. msg $nick Updated.
  6. }
  7. else {
  8. write servers.txt $2 connect $3 $+ ;password $4
  9. msg $nick Server added. Use !server alias to change the server to yours!
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement