= IRC Chat = Network / Server:: libera.chat (Web Chat: https://web.libera.chat/?nick=Guest&#moin) Channels:: [[ircs://irc.libera.chat:6697/moin|#moin]] ## - ''Chat channel for generic help, support, and chat. Everything not related to moin core development goes here.'' ## ## guess one channel is enough for now, so we do not need this one currently: ## :: [[irc://irc.libera.chat/moin-dev|#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).'' == Chat software (IRC client software) / Services == Choose a client suitable for your platform: * [[http://www.xchat.org/|Xchat]] ''(for Linux & Windows)'' * [[http://www.pidgin.im|Pidgin]] ''(for Linux & Windows)'' * [[http://quassel-irc.org|Quassel IRC]] ''(included in KDE, for Linux/Unix/Mac)'' * [[http://colloquy.info/|Colloquy]] ''(for Mac)'' * [[http://www.hacksrus.com/~ginda/chatzilla/|Chatzilla]] ''(extension for Firefox (any platform))'' * More clients can be found at [[http://irchelp.org/|IRChelp.org]]. * https://www.irccloud.com/ (or in general: use a "bouncer") == Hints == * Please try to read and follow the [[HelpContents|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 [[http://mumble.sf.net|mumble]]. ## ## If you have it installed, [[mumble://moinmo.in/|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; }}} {{{#!CSV , Nick,Length deitarion,94.17 aptiko,67.06 starshine,51.13 MrBeige,47.57 allefant,46.34 TheSheep,45.75 DasSheep,42.88 ThomasWaldmann,42.48 wiki,40.95 johill,40.35 }}} == 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; }}} {{{#!CSV , Nick,Count xorAxAx,42447 starshine,25099 nir,21253 ThomasWaldmann,16537 mhz,7869 DasSheep,6465 Fabi,5731 johill,4554 lydon,3162 anarcat,2284 }}} == 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; }}} {{{#!CSV , Nick,Count starshine,1360 xorAxAx,828 ThomasWaldmann,563 mhz,516 Fabi,231 DasSheep,194 lydon,87 neiljp,56 nir,50 cehteh,41 }}} = Highlights from #moin = See MoinQuotes for some funny stuff from there. Seen on 2005-07-03: {{{#!irc 20:17:40 < Fabi> there is a bug in the RC 20:18:00 < Fabi> it shows really weird vaules in MM: 20:20:53 < ThomasWaldmann> Fabi: url? logged in? 20:21:05 < Fabi> http://moinmoin.wikiwikiweb.de/RecentChanges 20:21:31 < Fabi> There issome very starange entries 20:21:44 < ThomasWaldmann> you mean JuergenHermann? :) 20:21:48 < Fabi> yep 20:21:54 < ThomasWaldmann> he is alive :) }}} {{{ [02:38] does MoinMoin supoort BiDi ? [02:39] matata: yes [02:39] nir soffer uses it for hebrew [02:40] ThomasWaldmann, speak english plz !!! [02:40] huh? [02:40] nir soffer ???!!! [02:41] thats a name [02:41] :) [02:41] :) }}} == 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 MoinMaster:MoinMoin. I think we should lead admins and user through a process of: I have a question - what should I do? -- ThiloPfennig <> == 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 }}}