~ubuntu-branches/ubuntu/saucy/ricochet/saucy

« back to all changes in this revision

Viewing changes to ricochet-0.2/rrserve

  • Committer: Package Import Robot
  • Author(s): Keith Packard
  • Date: 2012-06-11 13:37:57 UTC
  • Revision ID: package-import@ubuntu.com-20120611133757-zn0ukd22vz56ymto
Tags: 0.3
* Improve appearance of board
* Fix user list when removing/adding same user

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/env nickle
2
 
 
3
 
if (dim(argv) == 0)
4
 
        argv = (string[*]) { "rrserve" };
5
 
 
6
 
Command::nickle_path = "/usr/share/ricochet:" + Command::nickle_path;
7
 
 
8
 
autoload Server::Main
9
 
 
10
 
Server::Main::main();