Skip to content

Commit

Permalink
add generated channel_attr.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lian committed Dec 16, 2010
1 parent 051a41f commit 5942f29
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions channel_attr.json
@@ -0,0 +1,38 @@
{
"name": [
"%s",
"Name of the channel"
],
"topic": [
"Welcome to %s !",
"Topic of the channel"
],
"key": [
null,
"Key to join the channel"
],
"users": [
[],
"Users in the channel"
],
"invites": [
[],
"Users invited to the channel"
],
"bans": [
[],
"Banned user prefixes"
],
"norms": [
[],
"Normal users in the channel"
],
"voices": [
[],
"Voiced users in the channel"
],
"ops": [
[],
"Operators in the channel"
]
}

0 comments on commit 5942f29

Please sign in to comment.