MoinMoin IRC Channels
- Network / Server
- chat.freenode.net
- Channels
#moin - Chat channel for generic help, support, and chat. Everything not related to moin core development goes here.
#moin-dev - Chat channel for development of the MoinMoin core or integration of third-party extensions. For logs about this channel see /Logs. Feature requests should go to FeatureRequest or discussed on #moin (above).
Web-based Chat
Please note:
you'll get some random nickname for the chat. You can easily change it by entering /nick your_wanted_name.
you'll join the #moin channel, use /join #moin-dev if you need that one additionally.
While this is nice for getting quickly into contact with the moin community, you definitely want to use a non-web-based IRC client if you want to chat regularly with us - see below.
Chat software (IRC client software)
Choose a client suitable for your platform:
Xchat (for Linux & Windows)
Pidgin (for Linux & Windows)
Kopete (included in KDE, for Linux/Unix/Mac)
Colloquy (for Mac)
Chatzilla (extension for Firefox (any platform))
More clients can be found at IRChelp.org.
Hints
Use an IRC Freenode server in your region! See this list.
Please try to read and follow the documentation before asking a question.
If you think you found a bug please search the MoinMoinBugs to see if your bug is not already known.
If you want to propose a new feature look at FeatureRequests to see what others have proposed.
See the topic line for hot stuff. Sometimes your answer is already there.
Supply MoinMoin and Python version (you get this from the page SystemInfo in your wiki!), the server type and server you use, and your operating system (esp. if it is NOT Linux). If you just type in a clear question and provide enough data to easily answer it, there is quite some possibility to get an asynchronous answer some hours later.
- Often you will not get an immediate reply. Just be patient and stay a while. If you have a flatrate, just don't log out! We are there, but we are doing other stuff in parallel.
MoinMoin Voice Chat
There is a nice and good quality F/OSS VOIP conferencing software called mumble.
If you have it installed, click here to talk with us. Please:
- choose your real name as user name (except if you are rather sure people know your nickname)
if you have some specific topic, choose some appropriate sub-channel - otherwise use the main "MoinMoin" channel
We are not there all the time, maybe join IRC channel first to talk about doing a VOIP conference.
IRC Statistics
As of 2006-03-06 (beginning with 2005-01-30 -- before that date, my logs do not span the whole day). Powered by SQLite.
Average message lengths
select nick, len from (select nick, count(*) as cnt, round(avg(length(msg)),2) as len from "ircmsgs" where network = "freenode" and channel = "#moin" and timestamp > "2005-01-29" and isStatus = 0 group by lower(nick)) where cnt > 1000 order by len desc limit 10;
Written messages
select * from (select nick, count(*) as cnt from "ircmsgs" where network = "freenode" and channel = "#moin" and timestamp > "2005-01-29" and isStatus = 0 group by lower(nick)) order by cnt desc limit 10;
Usage of actions (/me)
select * from (
select nick, count(*) as cnt from "ircmsgs"
where network = "freenode" and channel = "#moin" and timestamp > "2005-01-29" and isAction = 1 group by lower(nick)
) order by cnt desc limit 10;
Highlights from #moin
See MoinQuotes for some funny stuff from there.
Seen on 2005-07-03:
1 20:17:40 < Fabi> there is a bug in the RC
2 20:18:00 < Fabi> it shows really weird vaules in MM:
3 20:20:53 < ThomasWaldmann> Fabi: url? logged in?
4 20:21:05 < Fabi> http://moinmoin.wikiwikiweb.de/RecentChanges
5 20:21:31 < Fabi> There issome very starange entries
6 20:21:44 < ThomasWaldmann> you mean JuergenHermann? :)
7 20:21:48 < Fabi> yep
8 20:21:54 < ThomasWaldmann> he is alive :)
[02:38] <matata> does MoinMoin supoort BiDi ? [02:39] <ThomasWaldmann> matata: yes [02:39] <ThomasWaldmann> nir soffer uses it for hebrew [02:40] <matata> ThomasWaldmann, speak english plz !!! [02:40] <ThomasWaldmann> huh? [02:40] <matata> nir soffer ???!!! [02:41] <johill> thats a name [02:41] <ThomasWaldmann> :) [02:41] <matata> :)
Discussion about IRC clients
Although I use GAIM myself I do not think it is a good IRC client.This is because it just has an IRC plugin and server messages are a bit strange. BTW. Shouldn't we have some IRC Infos also in MoinMaster? The only thing we have is on MoinMoin. I think we should lead admins and user through a process of: I have a question - what should I do? -- ThiloPfennig 2006-12-11 00:41:48
Useful commands
# if some idiot / bot of an idiot keeps annoying you via query, use something like this: /silence *!*@*.provider.net
Useful commands (channel OPs only)
# su /msg chanserv op #moin # getting rid of some plague: /kick nickname /mode #moin +b *!*@*.provider.net # who is channel operator? /msg chanserv access #moin list # who is banned? /mode #moin-dev +b # exit /msg chanserv deop #moin
