[SOLVED] Ridiculous Pidgin question

I'm trying to connect to the #archlinux irc channel using Pidgin, but having never done so before on pidgin (used XChat ages ago), I don't really know what i'm doing.
OK, so i've added a new IRC account in pidgin, and clicked modify. Changed my screen name to dyscoria, left the server as "irc.freenode.net" and left the 'Password' and 'Local Alias' blank. Switched to the 'Advanced' tab and changed the port from 6667 to 8001 so that I can connect, because otherwise it fails. Left 'Username' and 'Real Name' blank.
Then I enable the account and a new chat window appears showing:
(18:36:14) freenode-connect: Received CTCP 'VERSION' (to dyscoria) from freenode-connect
What exactly do I do here to enter the #archlinux channel?
Thanks!
Last edited by dyscoria (2008-02-14 18:50:26)

type /j #archlinux or go to Buddys->Join Chat, select the irc accound and type archlinux on channel field

Similar Messages

  • Challenging question! (Does anyone how to solve this Javabat question?)

    Does anyone how to solve this Javabat question?
    Here is the link:
    http://www.javabat.com/prob?id=Array3.linearIn

    I'm a little surprised by the implied rating of this problem... it's a plain to-way merge. You can use the same template as for the merging step in merge sort:
    public boolean linearIn(int[] outer, int[] inner) {
      int i = 0;
      int j = 0;
      while (i < outer.length || j < inner.length) {
          if (j < inner.length && (i == outer.length || inner[j] < outer)) {
    // inner[j] smallest
    return false;
    else if (i < outer.length && (j == inner.length || outer[i] < inner[j])) {
    // outer[i] smallest
    i++;
    else {
    // inner[j] == outer[i]
    i++; j++;
    return true;

  • Comming back, pidgin questions and where the ... is "archie"?

    Hey, I'm seriously thinking of comming back. Its been about a year since my last install.
    Going to try my hand at a virtual env later and see.
    First question would be 3rd party sites for software or those scripted pkg makers.. Are there some sites I should bookmark right now
    or is the majority of it kept in forum discussions?
    Is the voice and video working in newest pidgin? (gtalk)
    And where the HELL did "archie" go? The live arch cd that was in development. I reallly like having a live cd, or usb.
    Are there any live arch project being worked on? Can they work on usb? - sites / links / keyboard are wanted
    very curious
    Thanks
    Geo

    I did mean makepkg. While it is an easy (and great) way of making a package it isn't really in official packages.
    But its good to see it still available. Probably won't need to use it much now, but good its here.
    reguarding the live cd.. I haven't yet read through all the docs I need (getting back after a while and getting familiar with arch again)
    are there "remastering" guides for the live cd? Because I have a old usb drive I was going to install "damn small" or "slax" but
    if I could reduce the size I could add it and just be 100% arch again. (the size is 1gb BUT I need almost half for documents, my resume and some backups)

  • (SOLVED) Two KDE Questions

    1. How do you enable spell check in Kopete? It does not seem to want to check my spelling after I click the spell button or right click and select auto spell check. I checked my system and I do have aspell installed.
    2. How do I get a volume applet on the panel? I have used Kubuntu in the past and there was always a little speaker in the system tray section. This is not present with the current full KDE package which I have installed. How do I add it?
    Thank you so much for your help!
    Question 2 has been solved. Just start Kmix
    Last edited by czechman86 (2008-05-30 02:36:59)

    funkyou wrote:Do you have the appropriate language package for aspell installed? (example: aspell-de for german)
    i checked and i did not have the en package. thank you for that tip! the spelling in kopete will still not work however.

  • [Solved] Metacity theme question

    Hi,
    I use a modified version of the "Human" theme but it's not perfect yet.
    The ugly 'point' on the left should be removed and at this area the application icon should be shown.
    What is needed to modify? Thanks for help.
    Screenshot:
    metacity-theme.xml:
    http://pastebin.com/ZVx5My1U
    Edit: solved by myself
    Last edited by Radioactiveman (2011-03-21 17:56:57)

    anonymous_user wrote:
    Haptic wrote:What's wrong with asking 2 things in 1 thread?
    Arch Wiki wrote:Choose one topic per thread. Long threads are typically discouraged in the technical issue subforums. Try not to post multiple questions in a single topic -- this makes it difficult to search for specific problems.
    https://wiki.archlinux.org/index.php/Fo … ow_to_Post
    Sorry, I moved the other question to another topic.
    Nothing shows up in ncmpcpp
    mpd.conf
    http://paste.pocoo.org/show/342598/
    Last edited by Haptic (2011-02-22 02:49:02)

  • [SOLVED]Noob source question

    I was curious because every single video I've seen(I use video's to learn) on installing Arch is only about installing ArchBang, and when going through the install process they only seem to have to go through setting the clock, partitioning the harddrive, configuring the system and installing bootloader. So I was wondering if choosing the source is necessary if I am installing from USB?
    Last edited by xworld (2012-07-22 02:18:34)

    Have you read The Arch Linux Beginner's Guide? It is not recommended to install Arch by following any other method. Furthermore, if you're really installing ArchBang, rather than Arch Linux, you should ask about it on their fine forums - I'm not saying that's what you're doing, I'm just pre-empting the possibility, since you haven't said what iso you're using.
    To answer your question about sources, is there any reason you can't first make a guess and then redo the install if things go wrong? You shouldn't use Arch Linux if you're not willing to experiment and hack.

  • [SOLVED] An offlineimap question

    Greetings,
    I am trying to set up offlineimap with a Gmail account. Due to a network issue during the initial sync, I was only able to download ~50% of the mail stored with Google (I had to SIGINT, since offlineimap didn't seem to recognize that the had connection restored). My question is: if I were to evoke "offlineimap -o" again, how would the sync occur? Would I be pushing the incomplete local repo to Gmail (and hence deleting half the mail in the account), or would the local repo continue to be grown by downloading the to-be-copied mail presently on the Google server?
    Thanks! And, yes, I did try reading the f manual; I can't work out how to read the local cache files (~/.offlineimap/...) though.
    Last edited by tomgg (2013-09-08 10:40:26)

    I'm sure you wouldn't have given any wrong info (you appear to be a well privileged poster) but I will wait until I can confirm this myself (don't want to lose all my email!). Can you explain the local cache files for me? The files I can find look like
    n-1:S
    n:
    n+1:S
    for some integer n; so, the integer is obviously some number Google uses to index the mail, but what is the "S" or its possible variants?

  • [solved] Gnome lockscreen questions

    1. Is there a way to get rid of the necessity to pull up the gnome lockscreen or press enter or escape before I can type the password? I want to type directly the password without pressing any button before.
    2. Can I set up gnome to blank the screen when I press CTRL+ALT+L instead of showing bhe tackground and the time?
    Thx
    Edit: The bug is solved in Gnome 3.8. Thanks
    Last edited by tuxero (2013-04-11 13:18:59)

    I think this is not possible, but I can suggest you a workaround. I use the i3 window manager, and it comes with a utility to lock the screen which does exactly what you want. I think the lock utility can work even if you are not using i3wm. Try installing i3lock with pacman, and then in Gnome define a keyboard shortcut for
    i3lock -d -c 000000
    It does exactly what you want. It blanks the screen with dpms off(or standby) and locks it. to unlock just start typing your password(the screen will turn on with a black backgroud(you can change the color after -c if you like, it is in hex)) and press enter.
    Last edited by plam (2013-03-24 15:50:06)

  • Three ridiculously OT questions

    Shoo me away if you must. But if anyone's willing...  I've just upgraded from a G5 running 10.4.11 to a 2 x Quad-Core Intel Xeon running 10.6.6.  1, I used to be able to direct a search (command-F) from the highest level of a given For example, if I asked what files were "created today" on "This Mac," it would give me a full list, searching folders inside folders inside folders. I've not figured out how to do this with 10.6.6. If I do the above search, for example, my Home folder won't be included. (I know this because if I search at the level of my Home folder, many more files are found.) What am I doing wrong?  2. What are the Home>Library>PubSub>Feeds xml files that are dropped by the dozens with each visit to the web? I don't recall these from earlier OS versions. Were they always dropped but invisibly in earlier versions?  3. In a gesture of remarkable magnanimity, Apple has included TechTool Deluxe as part of my new package. Do any of you use this? If so, what for?  I thank you for your patience and knowledge.

    Uch. Please forgive the obnoxous formatting of the above questions. I didn't have "full editor" on in Safari, and I don't see a way to edit an original post. It should read like so:
    Shoo me away if you must. But if anyone's willing...
    I've just upgraded from a G5 running 10.4.11 to a 2 x Quad-Core Intel Xeon running 10.6.6.
    1. I used to be able to direct a search (command-F) from the highest level of a given drive. For example, if I asked what files were "created today" on "This Mac," it would give me a full list, searching folders inside folders inside folders. I've not figured out how to do this with 10.6.6. If I do the above search, for example, my Home folder won't be included. (I know this because if I search at the level of my Home folder, many more files are found.) What am I doing wrong?
    2. What are the Home>Library>PubSub>Feeds xml files that are dropped by the dozens with each visit to the web? I don't recall these from earlier OS versions. Were they always dropped but invisibly in earlier versions?
    3. In a gesture of remarkable magnanimity, Apple has included TechTool Deluxe as part of my new package. Do any of you use this? If so, what for?
    I thank you for your patience and knowledge.

  • [solved] new pidgin severely broken

    the newest version from pidgin is severely broken. It segfaults everytime i start it. i tried removing .purple and it seemed to start ok, but then i added the oldest blist.xml and accounts.xml and it segfaults again, so it's not because of broken plugins...
    i'm not willing to configure everything by hand now, can anyone help?
    Last edited by nDray (2008-10-25 20:42:20)

    I'm having no issues with Pidgin, but you can try to downgrade to the previous version, if you haven't cleared your cache.
    Check into /var/cache/pacman/pkg and see if you find it, then install it with pacman using the -U flag.
    Other than that, if you want to fix the issue, I suggest to run pidgin from the command line to get some debug information (the -d flag is useful, too).

  • Why the **** do i have to choose from FIVE mineable, ridiculous security questions, almost all of which i cannot even meaningfully answer?

    is there an alternative to this? This is just ridiculous, i feel like taking this thing back to the store.

    No alternative, they can be any answers, so long as you can remember them.

  • [SOLVED]2 DWM questions

    exactly what the topic says
    1. How much RAM does dwm take up? maybe someone could take a screenshot with archey while idling with nothing else running?
    2. How much C experience does it take to configure dwm? Iv looked at some sample configs and it doesnt look incredibly complex
    Iv looked for the answer to those 2 questions but could not find them so are there any dwm users that could quickly answer them?
    Last edited by markbabc (2010-11-29 16:10:00)

    2. Patches will work correctly if you do like what wiki said . But multiple patches can cause problem like bharani said. And c prog is easy to read, no master needed to read and customize config.h file . And there's #archlinux channel + bbs forum for you to ask

  • [Solved] Quick ln Questions...

    How can I symlink my /tmp with /dev/shm? Would it just be:
    ln -s /dev/shm /tmp
    Last edited by haxit (2009-03-22 02:31:56)

    Please edit your first post to indicate the thread is [SOLVED] (if it is)
    Last edited by Ranguvar (2009-03-22 02:06:30)

  • [Solved]Enlightenment E17 questions.

    Installed it today -on actual HW- and have a couple of questions.
    1) The cursor in Firefox changes from the E17 cursor to X generic. Is there a way to fix this?
    2) The mixer module doesnt seem to work. Right click on the speaker icon >>Mixer >> settings >> Any action kills the desktop. It also doesn't change the volume from the sliders (click on it) but if i launch the mixer the master channel volume works flawlessly.
    3) Is there a way to make the startup applications start on a specific workspace?
    Thanks in advance.
    Last edited by 89c51 (2013-01-01 13:30:29)

    1. I am not sure about your mouse problem
    2. The new update for some reason switches the channel. You will have to click on the speaker icon at the bottom and go into settings and change it to the front speaker, also make sure the lock sliders is checked.
    3. I have not found a way to do this, but you can have different launchers start on each desktop here are two resources for more tweaks
    http://pclosmag.com/html/Issues/201012/page10.html
    http://www.bodhilinux.com/e17guide/e17g … ktops.html
    I have been using e17 for almost 6 months now. it takes some tweaking to make it feel like a solid desktop, but I believe that e17 is a solid desktop. It is fast and easy to use.

  • [SOLVED] Daemons Array Question

    Two questions, actually:
    1) When I installed wicd, the Arch Wiki told me to disable the network daemon with "!network". What is the difference between using the exclamation mark and just removing the word "network" from the array?
    2) From what I can tell, netfs is used to access files on a network, like a LAN, correct? If I don't use that functionality on my laptop, is there any reason to keep this daemon at all? (i.e. does it have any effect on my internet access?)
    Last edited by dfetter88 (2010-06-15 03:32:50)

    1) When I installed wicd, the Arch Wiki told me to disable the network daemon with "!network". What is the difference between using the exclamation mark and just removing the word "network" from the array?
    Nothing really.
    2) From what I can tell, netfs is used to access files on a network, like a LAN, correct? If I don't use that functionality on my laptop, is there any reason to keep this daemon at all? (i.e. does it have any effect on my internet access?)
    That's right. It will mount the network locations from your /etc/fstab

Maybe you are looking for

  • Format of birthday calendar

    I was wondering if there is a way to reformat the style in which birthdays are shown in the weekly and monthly view of iCal. Right now the entry looks something like "xx. Geburtstag von Person X" (xx-th birthday of Person X) and due to the width of t

  • Insert multiple records into a table(Oracle 9i) from a single PHP statement

    How can I insert multiple records into a table(Oracle 9i) from a single PHP statement? From what all I've found, the statement below would work if I were using MySQL:      insert into scen      (indx,share,expire,pitch,curve,surface,call)      values

  • How to get the reference of the cell id in validate method in adf

    Hi All, I am using Jdeveloper 11.1.1.2 and i am using custom validator where i have registered the validator in facesconfig.xml.I need to know how can i get the ID of the inputtext box which is present in the hierarchy as Panel Header->Table->column-

  • How to use database link

    OS in both systems is linux. database oracle 10g how to connect two databases present in other locations; that is sitting at place A i should be able to access database at B

  • Multitasking Problems

    Whenever I have say 5 apps "running" in the background, and they have been sitting there for let's say and hour, when I go to close them out, one (usually Phone.app) will make my whole phone crash. I will press the red X, and within 30 seconds, the p