Advertisement
Guest User

Untitled

a guest
Oct 7th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Vala 0.17 KB | None | 0 0
  1.     public async void add_server(string address, int port){
  2.         ThreadFunc<void*> run = () => {
  3.             stdout.printf("A: %s\n", address);
  4.             var server1 = new IRCServer(address);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement