view doc/src/api/module/Irccd.System/Irccd.System.name.md @ 700:91bc29e87399

Irccd: use Boost.Predef, closes #805 @1h
author David Demelier <markand@malikania.fr>
date Wed, 09 May 2018 22:34:47 +0200
parents ebdc614db066
children
line wrap: on
line source

# Function Irccd.System.name

Get the operating system name. Returns one of:

- Linux
- Windows
- FreeBSD
- DragonFlyBSD
- OpenBSD
- NetBSD
- macOS
- Android
- Aix
- Haiku
- iOS
- Solaris
- Unknown

# Synopsis

```javascript
name = Irccd.System.name()
```

# Returns

The operating system name.