AlterationResult

Enum embodying the results of an account alteration.

Returned by functions to report success or failure, to let them give terminal or IRC feedback appropriately.

Values

ValueMeaning
alreadyInList

When enlisting, an account already existed.

noSuchAccount

When delisting, an account could not be found.

noSuchChannel

When delisting, a channel count not be found.

success

Successful enlist/delist.

Meta